From: Peng Li Date: Fri, 9 Sep 2016 13:28:53 +0000 (+0800) Subject: emacs - change color theme X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=69448f079379d8883c219136ca9b8e22d93635bd;p=dotfiles.git emacs - change color theme --- diff --git a/emacs.d/config.org b/emacs.d/config.org index 817df9b..d0e298e 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -178,7 +178,7 @@ syntax highlighting (if window-system (defvar sd/fixed-font-family (cond ((x-list-fonts "Hasklig") "Hasklig") - ((x-list-fonts "Source Code Pro") "Source Code Pro:weight:light") + ((x-list-fonts "Source Code Pro") "Source Code Pro:weight") ((x-list-fonts "Anonymous Pro") "Anonymous Pro") ((x-list-fonts "M+ 1mn") "M+ 1mn")) "The fixed width font based on what is installed, `nil' if not defined.")) @@ -198,7 +198,6 @@ Setting the fonts Loading theme should be after all required loaded, refere [[https://github.com/jwiegley/use-package][:defer]] in =use-package= #+BEGIN_SRC emacs-lisp :tangle yes :results silent - (setq vc-follow-symlinks t) (use-package color-theme @@ -208,7 +207,9 @@ Loading theme should be after all required loaded, refere [[https://github.com/j :ensure t :no-require t :config - (load-theme 'sanityinc-tomorrow-bright t))) + ;; (load-theme 'sanityinc-tomorrow-bright t) + (load-theme 'molokai t) + )) ;(eval-after-load 'color-theme ; (load-theme 'sanityinc-tomorrow-bright t))