From 405012f57602499d268b28344b0acafa025f259a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 22 Oct 2019 10:34:53 +0200 Subject: [PATCH] Reinstall the org-bullets package --- configuration.org | 11 +++++++++++ customizations.el | 1 + 2 files changed, 12 insertions(+) diff --git a/configuration.org b/configuration.org index 20ac450..a7eaa8a 100644 --- a/configuration.org +++ b/configuration.org @@ -2967,6 +2967,17 @@ An alternative could be (org-mode . org-sticky-header-mode)) #+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 status on the fringe diff --git a/customizations.el b/customizations.el index 3bdb4c1..c190774 100644 --- a/customizations.el +++ b/customizations.el @@ -163,6 +163,7 @@ objed org org-autolist + org-bullets org-caldav org-jekyll org-msg