Browse Source

Display a message when loading the personal config

custom
Bozhidar Batsov 13 years ago
parent
commit
5a14cdb486
  1. 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…
Cancel
Save