emacs: switched to fira code as font
This commit is contained in:
parent
0234a5d490
commit
6351db2aea
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; 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")))))
|
'(cursor ((t (:background "light gray")))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue