improve gui+
This commit is contained in:
parent
749a1cb33f
commit
821b54fe2a
@ -54,13 +54,10 @@
|
||||
(lambda ()
|
||||
(setq line-spacing 0)))
|
||||
|
||||
;; Font theme (Monospace, or DejaVu Sans Mono if Monospace is not
|
||||
;; present)
|
||||
(condition-case nil
|
||||
;; Font theme (DejaVu Sans Mono if Hack isn't present)
|
||||
(if (member "Hack" (font-family-list))
|
||||
(set-frame-font "Hack-9")
|
||||
;; (set-frame-font "Monospace-9")
|
||||
;; (set-frame-font "Anonymous Pro-10")
|
||||
(error (set-frame-font "DejaVu Sans Mono-10")))
|
||||
(set-frame-font "DejaVu Sans Mono-10"))
|
||||
|
||||
;;----------------------------------------------------------------------------
|
||||
;; Configure keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user