Remove the fancy-narrow package

This commit is contained in:
Gergely Polonkai 2023-10-23 06:51:04 +02:00
parent 984f2146e2
commit fe3a358900
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 8 deletions

View File

@ -2029,14 +2029,6 @@ Because even secretaries need a secretary today.
("C-c p C-a" . ag-project)))
#+END_SRC
** A fancier ~narrow-mode~
#+BEGIN_SRC emacs-lisp
(use-package fancy-narrow
:config
(fancy-narrow-mode))
#+END_SRC
** Undo tree
#+BEGIN_SRC emacs-lisp