diff --git a/configuration.org b/configuration.org index 5a3b893..dc42aec 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index 94a3d66..8fb647a 100644 --- a/customizations.el +++ b/customizations.el @@ -143,7 +143,6 @@ nyan-prompt objed org - org-bullets org-caldav org-jekyll org-projectile