From 31dc4b9ed13a6f8e417f82ada8329729997828c9 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 24 May 2026 00:52:49 -0500 Subject: feat(org-tidy): mark collapsed property drawers with a middle dot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit org-tidy's default inline marker is the music sharp (♯), which reads as a full-size # next to a heading. I set org-tidy-properties-inline-symbol to a middle dot (·) so the collapsed drawer is marked with something far less visually heavy. --- modules/org-config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/org-config.el b/modules/org-config.el index bd51828a..fa1ca78e 100644 --- a/modules/org-config.el +++ b/modules/org-config.el @@ -278,7 +278,8 @@ especially in tables with long URLs)." (use-package org-tidy :hook (org-mode . org-tidy-mode) :custom - (org-tidy-properties-style 'inline)) ;; 'inline | 'fringe | 'invisible + (org-tidy-properties-style 'inline) ;; 'inline | 'fringe | 'invisible + (org-tidy-properties-inline-symbol "·")) ;; middle dot, subtler than the default sharp ;; ------------------------------- Org-Checklist ------------------------------- -- cgit v1.2.3