aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/early-init.el')
-rw-r--r--Emacs/.config/emacs/early-init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/early-init.el b/Emacs/.config/emacs/early-init.el
index fb23089..8ed7e5f 100644
--- a/Emacs/.config/emacs/early-init.el
+++ b/Emacs/.config/emacs/early-init.el
@@ -1,3 +1,8 @@
+;;; early-init.el --- My custom early-init.el
+;; Author: Aryadev Chavali <aryadev@aryadevchavali.com
+;; This file is NOT part of GNU Emacs.
+;;; Code:
+
(setq gc-cons-threshold most-positive-fixnum
package-enable-at-startup nil
frame-inhibit-implied-resize t)