aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-30 18:35:47 -0700
committerGravatar Tom Willemse2020-04-30 18:35:47 -0700
commitcc133fb6f10c5e922dbfd842b93feb622934a844 (patch)
tree9f34cb4547822a1c489153a8b7353c64f84ac0a6 /oni-gui.el
parent4fd3842af895bc872af2f74b38836b75c8602197 (diff)
downloademacs-config-cc133fb6f10c5e922dbfd842b93feb622934a844.tar.gz
emacs-config-cc133fb6f10c5e922dbfd842b93feb622934a844.zip
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...
Diffstat (limited to 'oni-gui.el')
-rw-r--r--oni-gui.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/oni-gui.el b/oni-gui.el
index b175d7d..016ba5f 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -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 ?)