Explicitly require `face-remap' before resizing fonts

This commit is contained in:
Daniel - 2019-12-20 15:28:09 +01:00
parent e63356ad06
commit a0abe9fc4e
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
("r" read-only-mode "read-only"))
;; zooming with single keystrokes (from oremacs)
(defhydra hydra-zoom (:color red)
(defhydra hydra-zoom (:color red
:body-pre (require 'face-remap))
"zoom"
("g" text-scale-increase "increase")
("l" text-scale-decrease "decrease"))