diff options
author | Alan Pearce | 2017-09-23 13:12:53 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-23 13:17:27 +0200 |
commit | 8e49ad077c69d1bee7358f916f9046a3340558ec (patch) | |
tree | 06d2a648aa944c29918d48768f60a63119ab1285 /emacs | |
parent | 740cbaf687d64c3a026124c39a46055b6aa062de (diff) | |
download | dotfiles-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.el | 2 |
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. |