Add Notes to projectile search path

This commit is contained in:
coolneng 2022-09-18 20:12:58 +02:00
parent 160d71a7fc
commit c8f06f0955
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 3 deletions

View File

@ -13,10 +13,11 @@
("~/Documents/Typesetting" . 1) ("~/Documents/Typesetting" . 1)
("~/Documents/Uni" . 3) ("~/Documents/Uni" . 3)
("~/Repos" . 1) ("~/Repos" . 1)
"~/.dotfiles")) "~/.dotfiles"
; Auto cleanup recentf "~/Notes"))
; Auto cleanup recentf
(setq recentf-auto-cleanup 300) (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")) (setq backup-directory-alist `(("." . "~/.cache"))
auto-save-list-file-prefix (concat "~/.cache")) auto-save-list-file-prefix (concat "~/.cache"))
;; Load org configuration ;; Load org configuration