From 481282b1d5c5179de07e5da6599c9740282136ab Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 20 May 2017 10:19:54 +0800 Subject: [PATCH] emacs - fix org table not align when there is special character --- emacs.d/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index 38c6e74..a8676e9 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1158,6 +1158,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 'org-block-begin-line 'org-block-end-line)) (set-face-attribute 'org-table nil :family "Ubuntu Mono" :height 140) + (set-face-attribute 'org-formula 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 (set-face-attribute 'org-special-keyword nil :inherit '(font-lock-keyword-face fixed-pitch)) -- 2.11.0