Set Hack as the default font

This commit is contained in:
Gergely Polonkai 2016-11-09 10:14:29 +01:00
parent 6b170ac52f
commit c720e948f7
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,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 "Hack" :foundry "simp" :slant normal :weight normal :height 98 :width normal))))
'(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0))))
'(hl-line ((t (:inherit nil :background "gray25"))))
'(trailing-whitespace ((t (:inherit nil :background "red1"))))