diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a712bb1..5a9cdd3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -303,6 +303,9 @@ plain variables. This means that `setopt' will execute any (set-fontset-font t 'arabic "Sahel WOL") (with-eval-after-load 'faces (let ((grey "#e7e7e7")) + (set-face-attribute 'default nil + :font "Source Code Pro" + :weight 'medium) (set-face-attribute 'fixed-pitch nil :font "Source Code Pro" :weight 'medium) @@ -1624,7 +1627,7 @@ non-nil." (global-display-fill-column-indicator-mode 1)) (with-eval-after-load 'window - (setopt split-width-threshold 150)) + (setopt split-width-threshold 140)) (add-hook 'latex-mode-hook #'reftex-mode) |