Replace eshell with fish shell
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
;; Set projects directories
|
||||
(setq projectile-project-search-path '("~/Projects"))
|
||||
; Auto cleanup recentf
|
||||
(setq recentf-auto-cleanup '300)
|
||||
(setq recentf-auto-cleanup 300)
|
||||
; Save backup files to ~/.cache and autosave files to ~/.cache/emacs
|
||||
(setq backup-directory-alist `(("." . "~/.cache"))
|
||||
auto-save-list-file-prefix
|
||||
|
||||
Reference in New Issue
Block a user