diff --git a/config.org b/config.org index 88dbc7f..d9b5b62 100644 --- a/config.org +++ b/config.org @@ -319,6 +319,6 @@ Don't hide leading stars: #+BEGIN_SRC emacs-lisp (after! org (setq org-hide-leading-stars nil - org-hide-leading-stars-before-indent-mode nil - org-startup-indented nil)) + org-startup-indented nil + org-adapt-indentation nil)) #+END_SRC