diff options
| author | 2020-04-30 18:35:47 -0700 | |
|---|---|---|
| committer | 2020-04-30 18:35:47 -0700 | |
| commit | cc133fb6f10c5e922dbfd842b93feb622934a844 (patch) | |
| tree | 9f34cb4547822a1c489153a8b7353c64f84ac0a6 | |
| parent | 4fd3842af895bc872af2f74b38836b75c8602197 (diff) | |
| download | emacs-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...
| -rw-r--r-- | oni-gui.el | 3 |
1 files changed, 1 insertions, 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 ?) |
