about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
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'."
932(setup (:straight org-sticky-header) 932(setup (:straight org-sticky-header)
933 (:hook-into org-mode)) 933 (:hook-into org-mode))
934 934
935(setup (:straight org-visibility)
936 (:option org-visibility-include-regexps '("\\.org\\'"))
937 (org-visibility-enable-hooks))
938
935(setup (:straight package-lint 939(setup (:straight package-lint
936 package-lint-flymake) 940 package-lint-flymake)
937 (add-hook 'emacs-mode-hook #'package-lint-flymake-setup) 941 (add-hook 'emacs-mode-hook #'package-lint-flymake-setup)