+elisp header to (early-)init.el
This commit is contained in:
@@ -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
|
(setq gc-cons-threshold most-positive-fixnum
|
||||||
package-enable-at-startup nil
|
package-enable-at-startup nil
|
||||||
frame-inhibit-implied-resize t)
|
frame-inhibit-implied-resize t)
|
||||||
|
|||||||
@@ -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
|
;; Straight
|
||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
(let ((bootstrap-file
|
(let ((bootstrap-file
|
||||||
@@ -59,7 +64,6 @@
|
|||||||
|
|
||||||
(setq gc-cons-threshold 8000)
|
(setq gc-cons-threshold 8000)
|
||||||
|
|
||||||
;; Programming
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|||||||
Reference in New Issue
Block a user