Reinstall the org-bullets package

This commit is contained in:
Gergely Polonkai 2019-10-22 10:34:53 +02:00
parent 3d795af2ab
commit 405012f576
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -163,6 +163,7 @@
objed
org
org-autolist
org-bullets
org-caldav
org-jekyll
org-msg