Fix a typo
This commit is contained in:
parent
67b1a54e53
commit
3313cc0a6a
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -125,7 +125,7 @@ by Prelude.")
|
||||||
(message "Missing modules file %s" prelude-modules-file)
|
(message "Missing modules file %s" prelude-modules-file)
|
||||||
(message "You can get started by copying the bundled example file from sample/prelude-modules.el"))
|
(message "You can get started by copying the bundled example file from sample/prelude-modules.el"))
|
||||||
|
|
||||||
;; config changes made through the customize UI will be store here
|
;; config changes made through the customize UI will be stored here
|
||||||
(setq custom-file (expand-file-name "custom.el" prelude-personal-dir))
|
(setq custom-file (expand-file-name "custom.el" prelude-personal-dir))
|
||||||
|
|
||||||
;; load the personal settings (this includes `custom-file')
|
;; load the personal settings (this includes `custom-file')
|
||||||
|
|
Loading…
Reference in a new issue