From 9fa4e824daa3aec4ef672648e5ef3372e16eafb0 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 11 Mar 2022 21:56:44 -0800 Subject: [PATCH] Turn on the recentf feature --- ha-config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ha-config.org b/ha-config.org index f3dc930..c2155e6 100644 --- a/ha-config.org +++ b/ha-config.org @@ -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")))) #+END_SRC +Oh, and let’s 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. #+BEGIN_SRC sh