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
|
/tramp
|
||||||
/dape-breakpoints
|
/dape-breakpoints
|
||||||
flycheck_init.el
|
flycheck_init.el
|
||||||
|
local-init.el*
|
||||||
|
6
init.el
6
init.el
@ -32,8 +32,7 @@
|
|||||||
|
|
||||||
;; no-littering
|
;; no-littering
|
||||||
(use-package no-littering
|
(use-package no-littering
|
||||||
:autoload (no-littering-theme-backups
|
:defer nil
|
||||||
no-littering-expand-etc-file-name)
|
|
||||||
:init
|
:init
|
||||||
(no-littering-theme-backups)
|
(no-littering-theme-backups)
|
||||||
(setq custom-file (no-littering-expand-etc-file-name "custom.el")))
|
(setq custom-file (no-littering-expand-etc-file-name "custom.el")))
|
||||||
@ -41,6 +40,9 @@
|
|||||||
;; load things saved with custom
|
;; load things saved with custom
|
||||||
(load custom-file t t)
|
(load custom-file t t)
|
||||||
|
|
||||||
|
;; Load the local system's configuration
|
||||||
|
(load (expand-file-name "local-init" user-emacs-directory) t t)
|
||||||
|
|
||||||
;; diminish
|
;; diminish
|
||||||
(use-package diminish
|
(use-package diminish
|
||||||
:config
|
:config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user