This commit is contained in:
2024-09-21 10:29:44 -07:00
parent 779acfcd0f
commit 755d375c32

View File

@@ -77,3 +77,9 @@
(use-package vundo (use-package vundo
:ensure t :ensure t
:bind ("M-/" . vundo)) :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))