Add org list bullet rotation

This commit is contained in:
tecosaur 2020-02-29 18:46:14 +08:00
parent 564073f45c
commit ae374fc2b4
1 changed files with 4 additions and 0 deletions

View File

@ -510,6 +510,10 @@ Let's also make creating an org buffer just that little bit easier.
(:prefix "b"
:desc "New empty ORG buffer" "o" #'evil-buffer-org-new))
#+END_SRC
I think it makes sense to have list bullets change with depth
#+BEGIN_SRC emacs-lisp
(setq org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+")))
#+END_SRC
Occasionally I want to cite something.
#+BEGIN_SRC emacs-lisp
(def-package! org-ref