Display a message when loading the personal config

This commit is contained in:
Bozhidar Batsov 2013-03-12 21:09:05 +02:00
parent 3f29bd26f1
commit 5a14cdb486

View file

@ -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"))