From 973b1d20436fa3a75bf55e094481ee89a241f22a Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 9 Nov 2016 01:02:26 +0800 Subject: [PATCH] emacs - define face for org-bullets --- emacs.d/config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index 4f66863..143695a 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -823,6 +823,13 @@ use [[https://github.com/sabof/org-bullets][org-bullets]] package to show utf-8 ;; increase font size when enter org-src-mode ;; (add-hook 'org-src-mode-hook (lambda () (text-scale-increase 2))) + + ;; define a face for org-bullets + (defface org-bullet-face + '((t (:foreground "green yellow"))) + "Face used for the org-bullets.") + (setq org-bullets-face-name (quote org-bullet-face)) + (set-face-attribute 'org-bullet-face t :foreground "burlywood" :weight 'normal :height 1.6) #+END_SRC ** Worf Mode -- 2.11.0