summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-01-02 10:00:47 -0600
committerCase Duckworth2022-01-02 10:00:47 -0600
commit299e3f6338feb2002b1f6d78311e319bf9b033b3 (patch)
treee16a56b09ac9128c849dd4a6a9ce47311973c18b
parentIgnore hidden files (diff)
downloademacs-299e3f6338feb2002b1f6d78311e319bf9b033b3.tar.gz
emacs-299e3f6338feb2002b1f6d78311e319bf9b033b3.zip
Change org-visibility path
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index de32105..93a546d 100644 --- a/init.el +++ b/init.el
@@ -933,7 +933,8 @@ See also `crux-reopen-as-root-mode'."
933 (:hook-into org-mode)) 933 (:hook-into org-mode))
934 934
935(setup (:straight org-visibility) 935(setup (:straight org-visibility)
936 (:option org-visibility-include-regexps '("\\.org\\'")) 936 (:option org-visibility-state-file (.etc "org-visibility")
937 org-visibility-include-regexps '("\\.org\\'"))
937 (org-visibility-enable-hooks)) 938 (org-visibility-enable-hooks))
938 939
939(setup (:straight package-lint 940(setup (:straight package-lint