diff options
author | Alan Pearce | 2018-10-12 15:37:15 +0200 |
---|---|---|
committer | Alan Pearce | 2018-10-12 15:37:15 +0200 |
commit | 98ecc4539aa1fbb7cd82401701c3ea82bc56ef79 (patch) | |
tree | c2b17adb72f33dadb1fd6b1dec1b5418157c7029 /emacs | |
parent | bc8ec6129fde9db0b62a74acd0fff187a11e7efe (diff) | |
download | dotfiles-98ecc4539aa1fbb7cd82401701c3ea82bc56ef79.tar.lz dotfiles-98ecc4539aa1fbb7cd82401701c3ea82bc56ef79.tar.zst dotfiles-98ecc4539aa1fbb7cd82401701c3ea82bc56ef79.zip |
Emacs: remove outshine + navi
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 5330685..0803e3e 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1529,23 +1529,6 @@ With two prefix arguments, write out the day and month name." (use-package markdown-mode :defer t) -;;;;; Outshine - -;; Org-ified source code. I think this might work better than -;; lentic-mode, whilst also being more general. - -(defvar outline-minor-mode-prefix "\M-#") -(use-package outshine - :bind (:map outline-minor-mode-map - ("<backtab>" . outline-cycle)) - :config (progn - (add-hook 'outline-minor-mode-hook #'outshine-hook-function) - (add-hook 'emacs-lisp-mode-hook #'outline-minor-mode) - (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. |