From cc133fb6f10c5e922dbfd842b93feb622934a844 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 30 Apr 2020 18:35:47 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20specify=20a=20variable=20pitch?= =?UTF-8?q?=20font?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way doesn’t work with running Emacs as a daemon. It doesn’t seem to be doing bold right... --- oni-gui.el | 3 +-- 1 file changed, 1 insertion(+), 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 ;; 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 ?)