Add Notes to projectile search path
This commit is contained in:
parent
160d71a7fc
commit
c8f06f0955
|
@ -13,10 +13,11 @@
|
|||
("~/Documents/Typesetting" . 1)
|
||||
("~/Documents/Uni" . 3)
|
||||
("~/Repos" . 1)
|
||||
"~/.dotfiles"))
|
||||
; Auto cleanup recentf
|
||||
"~/.dotfiles"
|
||||
"~/Notes"))
|
||||
; Auto cleanup recentf
|
||||
(setq recentf-auto-cleanup 300)
|
||||
; Save backup files to ~/.cache and autosave files to ~/.cache/emacs
|
||||
; Save backup files to ~/.cache and autosave files to ~/.cache/emacs
|
||||
(setq backup-directory-alist `(("." . "~/.cache"))
|
||||
auto-save-list-file-prefix (concat "~/.cache"))
|
||||
;; Load org configuration
|
||||
|
|
Loading…
Reference in New Issue