diff options
Diffstat (limited to 'Emacs/.config/emacs/init.el')
-rw-r--r-- | Emacs/.config/emacs/init.el | 6 |
1 files changed, 5 insertions, 1 deletions
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. |