Emacs: hermit as default font
This commit is contained in:
parent
66817624de
commit
93475a5bc5
1 changed files with 2 additions and 2 deletions
|
@ -164,12 +164,12 @@
|
|||
browse-url-browser-function 'browse-url-generic)
|
||||
|
||||
;; set font
|
||||
(set-frame-font "Fira Code 8" nil t)
|
||||
(set-frame-font "Hermit 8" nil t)
|
||||
|
||||
;; set the default font after the frame is created.
|
||||
;; needed because of some issue with emacsclient.
|
||||
(add-hook 'after-make-frame-functions
|
||||
(lambda (frame) (set-frame-font "Fira Code 8" nil t)))
|
||||
(lambda (frame) (set-frame-font "Hermit 8" nil t)))
|
||||
|
||||
;; -----------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue