Simpler Org experience
This commit is contained in:
parent
ab38e2384b
commit
cf2eb956ed
|
@ -107,3 +107,11 @@ one. Taken from [[https://github.com/hlissner/doom-emacs/tree/develop/modules/la
|
|||
(after! evil-org
|
||||
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
|
||||
#+END_SRC
|
||||
|
||||
Doom indents subtitles and their content by default, I prefer to leave them as
|
||||
is.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(after! org
|
||||
(setq org-startup-indented nil))
|
||||
#+END_SRC
|
||||
|
|
|
@ -48,3 +48,4 @@
|
|||
|
||||
;; solaire mode breaks TUI when using the emacs daemon...
|
||||
(package! solaire-mode :disable t)
|
||||
(package! org-bullets :disable t)
|
||||
|
|
Loading…
Reference in a new issue