diff options
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6169072..5894ed5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -463,9 +463,11 @@ This sets each user option VAR's value to the corresponding VALUE. ;; `(;; :line-width -1 ;; :style released-button)) ) + ;; (set-face-attribute 'fixed-pitch nil :family "Source Code Pro") + (set-face-attribute 'fixed-pitch nil :family "Inconsolata") (set-face-attribute 'mode-line nil :background grey ;; :box box - ) + :inherit 'fixed-pitch) ;; (set-face-attribute 'mode-line-inactive nil ;; :background darker-grey :box box) ))) |