diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-12-04 13:58:15 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-12-04 18:46:05 +0800 |
commit | de6be2b383668de5011c38491227fbf91da0c06c (patch) | |
tree | f6b9e07b02e3aa7c5edd8d3bb665216e8344c8b7 /_spacemacs.d | |
parent | 50c5888353e544151e05a51007f4735c87ea58ee (diff) | |
download | dotfiles-de6be2b383668de5011c38491227fbf91da0c06c.tar.bz2 |
_spacemacs: Use "M+ 1mn" font instead of "Source Code Pro"
Credit:
M+ fonts: http://mplus-fonts.osdn.jp/
Diffstat (limited to '_spacemacs.d')
-rw-r--r-- | _spacemacs.d/config/aly-mu4e-config.el | 2 | ||||
-rw-r--r-- | _spacemacs.d/init.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_spacemacs.d/config/aly-mu4e-config.el b/_spacemacs.d/config/aly-mu4e-config.el index 873f0fa..0112172 100644 --- a/_spacemacs.d/config/aly-mu4e-config.el +++ b/_spacemacs.d/config/aly-mu4e-config.el @@ -175,7 +175,7 @@ sendmail-program "msmtp") ;; allow for fetch mail and update index using 'U' in the main view - (setq mu4e-get-mail-command "killall -SIGKILL offlineimap; offlineimap -o -1") + (setq mu4e-get-mail-command "offlineimap -o -1") ;; get mail and update index periodically in the background (unit: seconds) (setq mu4e-update-interval 900) diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index 3d8feb7..8eb3771 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -217,7 +217,7 @@ ;; Default font, or prioritized list of fonts. ;; `powerline-scale' allows to quickly tweak the mode-line size to ;; make separators look not too crappy. - dotspacemacs-default-font '("Source Code Pro" + dotspacemacs-default-font '("M+ 1mn" :size 14 :weight normal :width normal @@ -456,7 +456,7 @@ ;; Change `powerline' separator (setq powerline-default-separator nil) ;; Set monospaced font size for Chinese - (spacemacs//set-monospaced-font "Source Code Pro" "WenQuanYi Zen Hei" 14 16) + (spacemacs//set-monospaced-font "M+ 1mn" "WenQuanYi Zen Hei" 14 14) ;; Display tildes in the fringe on empty lines (global-vi-tilde-fringe-mode) ;; |