Remove org-bullets
I don’t really use it, and it doesn’t look as good as i imagined.
This commit is contained in:
parent
3b968986b2
commit
fecb782d83
@ -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
|
||||
|
@ -143,7 +143,6 @@
|
||||
nyan-prompt
|
||||
objed
|
||||
org
|
||||
org-bullets
|
||||
org-caldav
|
||||
org-jekyll
|
||||
org-projectile
|
||||
|
Loading…
Reference in New Issue
Block a user