|
|
|
@ -54,6 +54,8 @@ ELPA (or Marmalade).") |
|
|
|
"Users of Emacs Prelude are encouraged to keep their personal configuration |
|
|
|
changes in this directory. All Emacs Lisp files there are loaded automatically |
|
|
|
by Prelude.") |
|
|
|
(defvar prelude-snippets-dir (concat prelude-dir "snippets/")) |
|
|
|
(defvar prelude-personal-snippets-dir (concat prelude-personal-dir "snippets/")) |
|
|
|
|
|
|
|
;; add Prelude's directories to Emacs's `load-path' |
|
|
|
(add-to-list 'load-path prelude-modules-dir) |
|
|
|
|