diff options
Diffstat (limited to 'emacs/.emacs.d/init/ycp-theme.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-theme.el b/emacs/.emacs.d/init/ycp-theme.el index ee76311..2b58ba3 100644 --- a/emacs/.emacs.d/init/ycp-theme.el +++ b/emacs/.emacs.d/init/ycp-theme.el @@ -41,6 +41,8 @@ 'normal :weight 'normal :height 150 :width 'normal) (set-face-attribute 'fixed-pitch nil :family "Ubuntu Mono" :foundry "DAMA" :slant 'normal :weight 'normal :height 150 :width 'normal) +(set-face-attribute 'variable-pitch nil :family "Ubuntu" :foundry "DAMA" + :slant 'normal :weight 'normal :height 150 :width 'normal) (provide 'ycp-theme) ;;; ycp-theme.el ends here |