Emacs: using fira mono right now
This commit is contained in:
parent
4a73c60316
commit
f04ae71e3d
1 changed files with 2 additions and 2 deletions
|
@ -178,12 +178,12 @@
|
|||
(setq browse-url-generic-program "x-www-browser")
|
||||
|
||||
;; set font
|
||||
(set-frame-font "Hermit 8" nil t)
|
||||
(set-frame-font "Fira Mono 10" 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 "Hermit 8" nil t)))
|
||||
(lambda (frame) (set-frame-font "Fira Mono 10" nil t)))
|
||||
|
||||
;; -----------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue