Remove org-bullets

I don’t really use it, and it doesn’t look as good as i imagined.
This commit is contained in:
Gergely Polonkai 2018-11-21 13:39:59 +01:00
parent 3b968986b2
commit fecb782d83
2 changed files with 0 additions and 13 deletions

View File

@ -2636,18 +2636,6 @@ This is a big one; I use a lot of customisation here.
("C-c h" . outline-previous-heading)))
#+END_SRC
** Org bullets
To display fancy bullets in graphics mode.
#+BEGIN_SRC emacs-lisp
(use-package org-bullets
:init
(add-hook 'org-mode-hook
(lambda ()
(if (display-graphic-p) org-bullets-mode))))
#+END_SRC
** Show a random ToDo every hour
#+BEGIN_SRC emacs-lisp

View File

@ -143,7 +143,6 @@
nyan-prompt
objed
org
org-bullets
org-caldav
org-jekyll
org-projectile