diff options
author | 2018-10-09 22:42:07 -0400 | |
---|---|---|
committer | 2018-10-09 22:42:07 -0400 | |
commit | 1f2bc66e0bca8d87124ddf3319fbc51a26af109b (patch) | |
tree | b120eaa38f5beb55c87fa82e19bc2d4e174caad1 /init.org | |
parent | 3e7e82b4cdd20516341568a465a05be369b9535a (diff) | |
download | configs-1f2bc66e0bca8d87124ddf3319fbc51a26af109b.tar.gz configs-1f2bc66e0bca8d87124ddf3319fbc51a26af109b.tar.xz configs-1f2bc66e0bca8d87124ddf3319fbc51a26af109b.zip |
[emacs,rc] switch to Source Code Pro from Ubuntu Mono throughout
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -369,12 +369,12 @@ See [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.htm Font stack with better unicode support, around =Ubuntu Mono= and =Hack=. -#+begin_src emacs-lisp +#+begin_src emacs-lisp :tangle no (dolist (ft (fontset-list)) (set-fontset-font ft 'unicode - (font-spec :name "Ubuntu Mono")) + (font-spec :name "Source Code Pro" :size 14)) (set-fontset-font ft 'unicode |