Don't complain if font isn't found
This commit is contained in:
parent
1b371af7a5
commit
a9b4d70e31
1 changed files with 3 additions and 2 deletions
|
@ -49,8 +49,9 @@
|
|||
;; full filename in frame title
|
||||
(setq frame-title-format '(buffer-file-name "%f" ("%b")))
|
||||
;; set fonts
|
||||
(ignore-errors
|
||||
(set-frame-font doom-default-font t)
|
||||
(set-face-attribute 'default t :font doom-current-font)
|
||||
(set-face-attribute 'default t :font doom-current-font))
|
||||
;; standardize fringe width
|
||||
(fringe-mode doom-fringe-size)
|
||||
(push `(left-fringe . ,doom-fringe-size) default-frame-alist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue