summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6c4d390..76505ad 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -271,6 +271,9 @@ Values: `desktop', `server', `laptop'")
                   uniquify-after-kill-buffer-p t
                   uniquify-ignore-buffers-re "^\\*")))
 
+(use-package fancy-narrow
+  :config (fancy-narrow-mode 1))
+
 ;;;; Communication
 
 (use-package erc