Added savefile dir and updated gitignore.
This commit is contained in:
parent
59f26f63f6
commit
87b7e23b1b
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@ ede-projects.el
|
||||||
custom.el
|
custom.el
|
||||||
places
|
places
|
||||||
.smex-items
|
.smex-items
|
||||||
|
savefiles/
|
||||||
|
|
2
init.el
2
init.el
|
@ -49,6 +49,8 @@ by Prelude.")
|
||||||
ELPA (or MELPA).")
|
ELPA (or MELPA).")
|
||||||
(defvar prelude-snippets-dir (concat prelude-dir "snippets/")
|
(defvar prelude-snippets-dir (concat prelude-dir "snippets/")
|
||||||
"This folder houses addition yasnippet bundles distributed with Prelude.")
|
"This folder houses addition yasnippet bundles distributed with Prelude.")
|
||||||
|
(defvar prelude-savefile-dir (concat prelude-dir "savefile/")
|
||||||
|
"This folder stores all the automatically generated save/history-files.")
|
||||||
|
|
||||||
;; add Prelude's directories to Emacs's `load-path'
|
;; add Prelude's directories to Emacs's `load-path'
|
||||||
(add-to-list 'load-path prelude-modules-dir)
|
(add-to-list 'load-path prelude-modules-dir)
|
||||||
|
|
0
savefile/.gitkeep
Normal file
0
savefile/.gitkeep
Normal file
Loading…
Reference in a new issue