summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-09-23 13:12:53 +0200
committerAlan Pearce2017-09-23 13:17:27 +0200
commit8e49ad077c69d1bee7358f916f9046a3340558ec (patch)
tree06d2a648aa944c29918d48768f60a63119ab1285 /emacs
parent740cbaf687d64c3a026124c39a46055b6aa062de (diff)
downloaddotfiles-8e49ad077c69d1bee7358f916f9046a3340558ec.tar.lz
dotfiles-8e49ad077c69d1bee7358f916f9046a3340558ec.tar.zst
dotfiles-8e49ad077c69d1bee7358f916f9046a3340558ec.zip
Emacs: Enable navi-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index f27f51f..ca0ec4e 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1640,6 +1640,8 @@ With prefix TO-CURRENT-BUFFER, insert command output into buffer."
             (add-hook 'ledger-mode-hook #'outline-minor-mode)
             (add-hook 'sh-mode-hook #'outline-minor-mode)))
 
+(use-package navi-mode)
+
 ;;;;; Org
 
 ;; Org is wünderbar.