Add custom config file.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ workspace/
|
||||
/intelephense/
|
||||
/auto-save-list/
|
||||
/*.eld
|
||||
/.custom.el
|
||||
|
@ -20,6 +20,9 @@
|
||||
(setq package-native-compile t)
|
||||
))
|
||||
|
||||
;; Custom configs file
|
||||
(setq custom-file (concat user-emacs-directory ".custom.el"))
|
||||
|
||||
;; Garbage Collector Magic Hack
|
||||
(use-package gcmh
|
||||
:diminish
|
||||
|
Reference in New Issue
Block a user