Outli
This commit is contained in:
@@ -77,3 +77,9 @@
|
||||
(use-package vundo
|
||||
:ensure t
|
||||
:bind ("M-/" . vundo))
|
||||
|
||||
(use-package outli
|
||||
:ensure (:host github :repo "jdtsmith/outli")
|
||||
:bind (:map outli-mode-map
|
||||
("C-c C-p" . outline-back-to-headking))
|
||||
:hook ((prog-mode text-mode) . outli-mode))
|
||||
|
||||
Reference in New Issue
Block a user