Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
This commit is contained in:
commit
61f53e6d06
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -50,7 +50,7 @@ by Prelude.")
|
|||
ELPA (or MELPA).")
|
||||
(defvar prelude-snippets-dir (expand-file-name "snippets" prelude-dir)
|
||||
"This folder houses additional yasnippet bundles distributed with Prelude.")
|
||||
(defvar prelude-personal-snippets-dir (expand-file-name prelude-personal-dir "snippets")
|
||||
(defvar prelude-personal-snippets-dir (expand-file-name "snippets" prelude-personal-dir)
|
||||
"This folder houses additional yasnippet bundles added by the users.")
|
||||
(defvar prelude-savefile-dir (expand-file-name "savefile" prelude-dir)
|
||||
"This folder stores all the automatically generated save/history-files.")
|
||||
|
|
Loading…
Reference in a new issue