🔧 (org) Tags directly after the headline
This commit is contained in:
parent
9c59edeb1c
commit
779954513b
1 changed files with 6 additions and 0 deletions
|
@ -1139,6 +1139,12 @@ Make indented display of org files the default
|
|||
(setq org-startup-indented t)
|
||||
#+end_src
|
||||
|
||||
Put tags directly after the headline (avoids line breaks in headlines in combination with ~visual-fill-column~ mode):
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(setq org-tags-column 0)
|
||||
#+end_src
|
||||
|
||||
** Org font adjustments
|
||||
|
||||
I like to have larger headlines in Org for better identifying them. The configuration of [[https://config.daviwil.com/emacs#fonts-and-bullets][David Wilson]] was a large help in this regard.
|
||||
|
|
Loading…
Reference in a new issue