Reveal-mode in outli-mode

This commit is contained in:
2024-09-24 23:54:10 -07:00
parent a803053dff
commit dc5527e594

View File

@@ -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