Format config.el

This commit is contained in:
coolneng 2022-09-18 19:04:26 +02:00
parent 6b9ec0057f
commit 160d71a7fc
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 7 additions and 7 deletions

View File

@ -14,9 +14,9 @@
("~/Documents/Uni" . 3) ("~/Documents/Uni" . 3)
("~/Repos" . 1) ("~/Repos" . 1)
"~/.dotfiles")) "~/.dotfiles"))
; Auto cleanup recentf ; 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