Display a message when loading the personal config
This commit is contained in:
parent
3f29bd26f1
commit
5a14cdb486
1 changed files with 1 additions and 0 deletions
1
init.el
1
init.el
|
@ -101,6 +101,7 @@ by Prelude.")
|
|||
|
||||
;; load the personal settings (this includes `custom-file')
|
||||
(when (file-exists-p prelude-personal-dir)
|
||||
(message "Loading personal configuration files in %s..." prelude-personal-dir)
|
||||
(mapc 'load (directory-files prelude-personal-dir 't "^[^#].*el$")))
|
||||
|
||||
(message "Prelude is ready to do thy bidding, Master %s!" (getenv "USER"))
|
||||
|
|
Loading…
Reference in a new issue