Format config.el
This commit is contained in:
parent
6b9ec0057f
commit
160d71a7fc
|
@ -14,9 +14,9 @@
|
|||
("~/Documents/Uni" . 3)
|
||||
("~/Repos" . 1)
|
||||
"~/.dotfiles"))
|
||||
; Auto cleanup recentf
|
||||
; 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