Simpler Org experience

This commit is contained in:
Antoine Martin 2020-04-10 18:52:52 +02:00
parent ab38e2384b
commit cf2eb956ed
2 changed files with 9 additions and 0 deletions

View file

@ -107,3 +107,11 @@ one. Taken from [[https://github.com/hlissner/doom-emacs/tree/develop/modules/la
(after! evil-org (after! evil-org
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h)) (remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
#+END_SRC #+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

View file

@ -48,3 +48,4 @@
;; solaire mode breaks TUI when using the emacs daemon... ;; solaire mode breaks TUI when using the emacs daemon...
(package! solaire-mode :disable t) (package! solaire-mode :disable t)
(package! org-bullets :disable t)