From 5a35301930c6015a7af76db93d7e1e8618d0ab3f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 1 Jan 2022 19:25:49 -0600 Subject: Add org-visibility --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index e57f321..de32105 100644 --- a/init.el +++ b/init.el @@ -932,6 +932,10 @@ See also `crux-reopen-as-root-mode'." (setup (:straight org-sticky-header) (:hook-into org-mode)) +(setup (:straight org-visibility) + (:option org-visibility-include-regexps '("\\.org\\'")) + (org-visibility-enable-hooks)) + (setup (:straight package-lint package-lint-flymake) (add-hook 'emacs-mode-hook #'package-lint-flymake-setup) -- cgit 1.4.1-21-gabe81