From: Peng Li Date: Tue, 8 Nov 2016 17:02:26 +0000 (+0800) Subject: emacs - define face for org-bullets X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=973b1d20436fa3a75bf55e094481ee89a241f22a;p=dotfiles.git emacs - define face for org-bullets --- 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