X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=9f86ad93125e031d8f4d1086912c26f011375364;hb=1629b3a51574a01fcaa1d8b5c7e55d08e44f3cb0;hp=143695a7ad781cb6c339f20a6c3ea327190f5d21;hpb=973b1d20436fa3a75bf55e094481ee89a241f22a;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 143695a..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 @@ -1681,6 +1682,7 @@ as a http download client tool #+END_SRC ** Elscreen +Fix one elscreen issue when startup emacs https://github.com/knu/elscreen/issues/6 #+BEGIN_SRC emacs-lisp :tangle yes :results silent (use-package elscreen :ensure t