Reinstall the org-bullets package
This commit is contained in:
parent
3d795af2ab
commit
405012f576
@ -2967,6 +2967,17 @@ An alternative could be
|
||||
(org-mode . org-sticky-header-mode))
|
||||
#+END_SRC
|
||||
|
||||
** Custom bullets
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package org-bullets
|
||||
:custom
|
||||
(org-bullets-face-name 'org-bullet-face)
|
||||
(org-bullets-bullet-list '("✙" "♱" "♰" "☥" "✞" "✟" "✝" "†" "✠" "✚" "✜" "✛" "✢" "✣" "✤" "✥"))
|
||||
:hook
|
||||
(org-mode . org-bullets-mode))
|
||||
#+END_SRC
|
||||
|
||||
* Git & Co.
|
||||
|
||||
** Git status on the fringe
|
||||
|
@ -163,6 +163,7 @@
|
||||
objed
|
||||
org
|
||||
org-autolist
|
||||
org-bullets
|
||||
org-caldav
|
||||
org-jekyll
|
||||
org-msg
|
||||
|
Loading…
Reference in New Issue
Block a user