From 655da52bf0d1d6f73f73b16f41879870eb74a8f1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Apr 2024 12:08:43 +0200 Subject: [PATCH] Update Org tag alignment in headlines to match new text line width --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 9fc8a1d..e7dece7 100644 --- a/init.el +++ b/init.el @@ -659,6 +659,7 @@ org-tags-exclude-from-inheritance '("NOP" "TOPIC" "GOAL") + org-tags-column -85 org-fast-tag-selection-single-key 'expert)