Reinstall the org-bullets package

This commit is contained in:
2019-10-22 10:34:53 +02:00
parent 3d795af2ab
commit 405012f576
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)) (org-mode . org-sticky-header-mode))
#+END_SRC #+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 & Co.
** Git status on the fringe ** Git status on the fringe

View File

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