From 42ae2e166081266938727d30c27679266949ea80 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 17 May 2017 14:55:58 +0800 Subject: [PATCH] org-mode face change --- emacs.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index e75f209..dc0f9c6 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1140,7 +1140,7 @@ extend org-mode's easy templates, refer to [[http://coldnew.github.io/coldnew-em (with-eval-after-load "org" (mapc (lambda (face) (set-face-attribute face nil :inherit 'fixed-pitch)) - (list 'org-code 'org-block 'org-block-background)) + (list 'org-code 'org-block 'org-block-background 'org-block-begin-line 'org-block-end-line)) (set-face-attribute 'org-table nil :family "Ubuntu Mono" :height 140) ;; org-special-keyword inherited from font-lock-keywork originally; as org is changed to variable-pitch, it cause ;; the font in special-keywords are not monospace -- 2.11.0