change fonts to Monospace for deafult "9"
This commit is contained in:
parent
107194da71
commit
0d906cf344
@ -29,6 +29,12 @@
|
||||
(lambda ()
|
||||
(setq line-spacing 0)))
|
||||
|
||||
;; Font theme (Monospace, or DejaVu Sans Mono if Monospace is not
|
||||
;; present)
|
||||
(condition-case nil
|
||||
(set-frame-font "Monospace-9")
|
||||
(error (set-frame-font "DejaVu Sans Mono-10")))
|
||||
|
||||
;;----------------------------------------------------------------------------
|
||||
;; Configure keys
|
||||
;;----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user