Add local-init.el (support)
This commit is contained in:
parent
dabf480e7d
commit
2a2264be9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/tramp
|
||||
/dape-breakpoints
|
||||
flycheck_init.el
|
||||
local-init.el*
|
||||
|
6
init.el
6
init.el
@ -32,8 +32,7 @@
|
||||
|
||||
;; no-littering
|
||||
(use-package no-littering
|
||||
:autoload (no-littering-theme-backups
|
||||
no-littering-expand-etc-file-name)
|
||||
:defer nil
|
||||
:init
|
||||
(no-littering-theme-backups)
|
||||
(setq custom-file (no-littering-expand-etc-file-name "custom.el")))
|
||||
@ -41,6 +40,9 @@
|
||||
;; load things saved with custom
|
||||
(load custom-file t t)
|
||||
|
||||
;; Load the local system's configuration
|
||||
(load (expand-file-name "local-init" user-emacs-directory) t t)
|
||||
|
||||
;; diminish
|
||||
(use-package diminish
|
||||
:config
|
||||
|
Loading…
x
Reference in New Issue
Block a user