feat(emacs): enable recentf
mode
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m0s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m0s
This commit is contained in:
parent
c7780183a7
commit
81120ee666
@ -15,10 +15,6 @@
|
|||||||
(auto-compile-on-save-mode))
|
(auto-compile-on-save-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Add Additional Package Archives
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
* Core
|
* Core
|
||||||
|
|
||||||
** Font Settings
|
** Font Settings
|
||||||
@ -64,6 +60,10 @@ Default to enabling line numbers in all buffers
|
|||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Preserve Recent Files
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(recentf-mode t)
|
||||||
|
#+end_src
|
||||||
* Appearance / Themeing
|
* Appearance / Themeing
|
||||||
|
|
||||||
** Kanagawa Theme
|
** Kanagawa Theme
|
||||||
|
Loading…
Reference in New Issue
Block a user