Disable indentation in org-mode
Also hide leading stars for good
This commit is contained in:
parent
4474cbd97d
commit
28d8d2b858
|
@ -319,6 +319,6 @@ Don't hide leading stars:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(after! org
|
(after! org
|
||||||
(setq org-hide-leading-stars nil
|
(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
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue