From 1629b3a51574a01fcaa1d8b5c7e55d08e44f3cb0 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Thu, 10 Nov 2016 23:04:49 +0800 Subject: [PATCH] emacs - set org-mode keyword face --- emacs.d/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index 2853c16..9f86ad9 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1145,6 +1145,7 @@ extend org-mode's easy templates, refer to [[http://coldnew.github.io/coldnew-em (set-face-attribute face nil :inherit 'fixed-pitch)) (list 'org-code 'org-block 'org-block-background)) (set-face-attribute 'org-table nil :family "Ubuntu Mono" :height 140) + (set-face-attribute 'org-special-keyword nil :inherit '(font-lock-keyword-face fixed-pitch)) ;; fix indent broken by variable-pitch-mode ;; http://emacs.stackexchange.com/questions/26864/variable-pitch-face-breaking-indentation-in-org-mode -- 2.11.0