|
|
@ -33,6 +33,8 @@ |
|
|
|
|
|
|
|
|
;;; Code: |
|
|
;;; Code: |
|
|
|
|
|
|
|
|
|
|
|
(message "%s" "Emacs Prelude is powering up. Be patient, Master.") |
|
|
|
|
|
|
|
|
;; On OS X Emacs doesn't use the shell PATH if it's not started from |
|
|
;; On OS X Emacs doesn't use the shell PATH if it's not started from |
|
|
;; the shell. If you're using homebrew modifying the PATH is essential. |
|
|
;; the shell. If you're using homebrew modifying the PATH is essential. |
|
|
(if (eq system-type 'darwin) |
|
|
(if (eq system-type 'darwin) |
|
|
@ -89,4 +91,6 @@ by Prelude.") |
|
|
(when (file-exists-p prelude-personal-dir) |
|
|
(when (file-exists-p prelude-personal-dir) |
|
|
(mapc 'load (directory-files prelude-personal-dir nil "^[^#].*el$"))) |
|
|
(mapc 'load (directory-files prelude-personal-dir nil "^[^#].*el$"))) |
|
|
|
|
|
|
|
|
|
|
|
(message "%s" "Emacs Prelude is ready to do thy bidding, Master!") |
|
|
|
|
|
|
|
|
;;; init.el ends here |
|
|
;;; init.el ends here |