Don’t specify a variable pitch font
This way doesn’t work with running Emacs as a daemon. It doesn’t seem to be doing bold right...
This commit is contained in:
parent
4fd3842af8
commit
cc133fb6f1
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0413.003809
|
||||
;; Version: 2020.0430.183530
|
||||
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -28,7 +28,6 @@
|
|||
|
||||
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
|
||||
(add-to-list 'default-frame-alist '(internal-border-width . 15))
|
||||
(set-face-font 'variable-pitch "Comic Neue-14")
|
||||
|
||||
(defconst oni-gui-isearch-icon ?)
|
||||
(defconst oni-gui-arev-icon ?)
|
||||
|
|
Loading…
Reference in a new issue