diff options
author | Julian Teu <julianteu@protonmail.com> | 2018-01-22 11:20:24 +0100 |
---|---|---|
committer | Julian Teu <julianteu@protonmail.com> | 2018-01-22 11:20:24 +0100 |
commit | 49629be9892e86099826efaaf450c4044a5cf5f1 (patch) | |
tree | d5aacbc722f646812f8fbc10369bc3e36fb94439 | |
parent | ee77dc185688825ff9e23ffacf7d1752028da216 (diff) |
Changed emacs font to source code pro
-rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(default ((t (:family "Source Code Pro" :foundry "ADBO" :slant normal :weight normal :height 113 :width normal))))) |