Move whichkey out of the, did something break window.

This commit is contained in:
James Patrick 2021-11-11 15:27:29 -05:00
parent 633f036cfa
commit 56c866b664
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
;; Use "," as leader.
(setq doom-localleader-key ",")
;; Speed up which key response
(setq which-key-idle-delay 0.1)
;; Firacode is broken with Emacs-plus on osx. Fallback to Hasklig
(setq doom-font (font-spec :family "Hasklig" :size 12)
doom-variable-pitch-font (font-spec :family "ETbembo" :size 16)