feat(emacs): enable recentf mode
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m0s

This commit is contained in:
Price Hiller 2024-07-09 23:42:52 -05:00
parent c7780183a7
commit 81120ee666
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -15,10 +15,6 @@
(auto-compile-on-save-mode))
#+end_src
* Add Additional Package Archives
#+begin_src emacs-lisp
#+end_src
* Core
** Font Settings
@ -64,6 +60,10 @@ Default to enabling line numbers in all buffers
(fset 'yes-or-no-p 'y-or-n-p)
#+end_src
** Preserve Recent Files
#+begin_src emacs-lisp
(recentf-mode t)
#+end_src
* Appearance / Themeing
** Kanagawa Theme