Commit 2563101c3788

Vincent Demeester <vincent@sbr.pm>
2024-01-03 17:57:49
tools/emacs: set org-list-demote-modify-bullet…
… to alternate between `-` and `+`. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a3aaeff
Changed files (1)
tools
emacs
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)