diff --git a/thoom-emacs/init.el b/thoom-emacs/init.el index 296dfb8..61c16c5 100644 --- a/thoom-emacs/init.el +++ b/thoom-emacs/init.el @@ -234,8 +234,11 @@ (use-package outli :ensure (:host github :repo "jdtsmith/outli") :bind (:map outli-mode-map - ("C-c C-p" . (lambda () (interactive) (outline-back-to-heading)))) - :hook ((prog-mode text-mode) . outli-mode)) + ("C-c C-p" . (lambda () (interactive) (outline-back-to-heading)))) + :hook ((prog-mode . outli-mode) + (text-mode . outli-mode) + (outli-mode . reveal-mode))) + ;;; Completion ;;;; Vertico