From 779954513b5f28e82a330e0b7a25a1c8abaa2e24 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 22 Dec 2024 21:57:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(org)=20Tags=20directly=20after?= =?UTF-8?q?=20the=20headline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index bec9af7..98851e8 100644 --- a/config.org +++ b/config.org @@ -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.