Turn on the recentf feature

This commit is contained in:
Howard Abrams 2022-03-11 21:56:44 -08:00
parent 31a706d5f9
commit 9fa4e824da

View file

@ -38,6 +38,12 @@ As [[https://philjackson.github.io//emacs/backups/2022/01/31/keeping-backups-of-
(setq backup-directory-alist `(("." . ,(concat user-emacs-directory "backups")))) (setq backup-directory-alist `(("." . ,(concat user-emacs-directory "backups"))))
#+END_SRC #+END_SRC
Oh, and lets see if I will use the =recentf= feature more:
#+BEGIN_SRC emacs-lisp
(recentf-mode 1)
#+END_SRC
Or leave them in the current directory, but create an alias to =ls= to normally not see them, e.g. Or leave them in the current directory, but create an alias to =ls= to normally not see them, e.g.
#+BEGIN_SRC sh #+BEGIN_SRC sh