emacs: switched to fira code as font

This commit is contained in:
Marcel Kapfer 2017-08-10 09:54:02 +02:00
parent 0234a5d490
commit 6351db2aea
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,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 "Hermit" :foundry "unknown" :slant normal :weight normal :height 90 :width normal))))
'(default ((t (:inherit nil :stipple nil :background "#21242b" :foreground "#bbc2cf" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 80 :width normal :family "Fira Code"))))
'(cursor ((t (:background "light gray")))))