+elisp header to (early-)init.el

This commit is contained in:
2020-08-14 23:48:21 +01:00
parent af4953c5c0
commit d85ed8faa9
2 changed files with 10 additions and 1 deletions

View File

@@ -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.