diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/org-config.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 ------------------------------- |
