X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/69ad7e369bcbb17c8301a5e26ff6e3300649b98f..8ea6de120f0b940cd51bc0331d88d4f9e508b459:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9c2f1ff..5894ed5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -447,10 +447,12 @@ This sets each user option VAR's value to the corresponding VALUE. ;; info (with-eval-after-load 'info - (add-to-list - 'Info-directory-list - (expand-file-name - (convert-standard-filename "info/") source-directory))) + (csetq + Info-directory-list + `(,@Info-directory-list + ,(expand-file-name + (convert-standard-filename "info/") source-directory) + "/usr/share/info/"))) ;; faces (when (display-graphic-p) @@ -461,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) )))