Reveal-mode in outli-mode
This commit is contained in:
@@ -234,8 +234,11 @@
|
|||||||
(use-package outli
|
(use-package outli
|
||||||
:ensure (:host github :repo "jdtsmith/outli")
|
:ensure (:host github :repo "jdtsmith/outli")
|
||||||
:bind (:map outli-mode-map
|
:bind (:map outli-mode-map
|
||||||
("C-c C-p" . (lambda () (interactive) (outline-back-to-heading))))
|
("C-c C-p" . (lambda () (interactive) (outline-back-to-heading))))
|
||||||
:hook ((prog-mode text-mode) . outli-mode))
|
:hook ((prog-mode . outli-mode)
|
||||||
|
(text-mode . outli-mode)
|
||||||
|
(outli-mode . reveal-mode)))
|
||||||
|
|
||||||
|
|
||||||
;;; Completion
|
;;; Completion
|
||||||
;;;; Vertico
|
;;;; Vertico
|
||||||
|
|||||||
Reference in New Issue
Block a user