Store customize settings in a separate file
This commit is contained in:
parent
b80cd3cd4d
commit
ce2bede130
1 changed files with 8 additions and 0 deletions
|
@ -224,5 +224,13 @@ This is currently the data directory under the
|
||||||
|
|
||||||
(ensure-package magit)
|
(ensure-package magit)
|
||||||
|
|
||||||
|
;;;; Custom:
|
||||||
|
|
||||||
|
;; Put the customize settings in a different file so that Emacs
|
||||||
|
;; doesn't have to modify this file whenever something changes through
|
||||||
|
;; customize.
|
||||||
|
(setq custom-file (concat user-emacs-directory "custom.el"))
|
||||||
|
(load custom-file)
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
Loading…
Reference in a new issue