aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config')
-rw-r--r--Emacs/.config/emacs/early-init.el5
-rw-r--r--Emacs/.config/emacs/init.el6
2 files changed, 10 insertions, 1 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)
diff --git a/Emacs/.config/emacs/init.el b/Emacs/.config/emacs/init.el
index 369aaa8..57c861a 100644
--- a/Emacs/.config/emacs/init.el
+++ b/Emacs/.config/emacs/init.el
@@ -1,3 +1,8 @@
+;;; init.el --- My custom init.el that starts my Emacs
+;; Author: Aryadev Chavali <aryadev@aryadevchavali.com
+;; This file is NOT part of GNU Emacs.
+;;; Code:
+
;; Straight
(defvar bootstrap-version)
(let ((bootstrap-file
@@ -59,7 +64,6 @@
(setq gc-cons-threshold 8000)
-;; Programming
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.