commit 2563101c378814909be90b3df5137f73ddbcbf47
parent a3aaeff77b210a8e3943b595c4732cb946447015
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 3 Jan 2024 17:57:49 +0100
tools/emacs: set org-list-demote-modify-bullet…
… to alternate between `-` and `+`.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el
@@ -97,6 +97,7 @@
(org-log-into-drawer t)
(org-refile-use-outline-path 'file)
(org-refile-allow-creating-parent-nodes 'confirm)
+ (org-list-demote-modify-bullet '(("+" . "-") ("-" . "+")))
:config
;; Org Babel configurations
(when (file-exists-p org-babel-library-file)