Load device specific config last
Allows overwriting general settings
This commit is contained in:
8
init.el
8
init.el
@@ -4,10 +4,6 @@
|
|||||||
(set-language-environment 'utf-8)
|
(set-language-environment 'utf-8)
|
||||||
(set-selection-coding-system 'utf-8)
|
(set-selection-coding-system 'utf-8)
|
||||||
|
|
||||||
;; custom.el - device specific settings
|
|
||||||
(setq custom-file "~/.emacs.d/custom.el")
|
|
||||||
(load custom-file 'noerror)
|
|
||||||
|
|
||||||
;; personal.el - personal settings
|
;; personal.el - personal settings
|
||||||
(setq personal-file "~/.emacs.d/personal.el")
|
(setq personal-file "~/.emacs.d/personal.el")
|
||||||
(load personal-file 'noerror)
|
(load personal-file 'noerror)
|
||||||
@@ -402,4 +398,8 @@
|
|||||||
(unless (server-running-p)
|
(unless (server-running-p)
|
||||||
(server-start)))
|
(server-start)))
|
||||||
|
|
||||||
|
;; custom.el - device specific settings
|
||||||
|
(setq custom-file "~/.emacs.d/custom.el")
|
||||||
|
(load custom-file 'noerror)
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
|
|||||||
Reference in New Issue
Block a user