From fecb782d8318f0385a9f3a3aa72f45e01cb2f92c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 21 Nov 2018 13:39:59 +0100 Subject: [PATCH] Remove org-bullets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don’t really use it, and it doesn’t look as good as i imagined. --- configuration.org | 12 ------------ customizations.el | 1 - 2 files changed, 13 deletions(-) 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