Appease the byte-compiler

This commit is contained in:
Henrik Lissner 2016-05-29 00:41:52 -04:00
parent 367f65681b
commit 7a4e006224
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
;;; my-bindings.el ;;; my-bindings.el
(eval-when-compile (require 'core-defuns))
(map! "<f9>" 'what-face (map! "<f9>" 'what-face
;; Essential ;; Essential
"M-x" 'helm-M-x "M-x" 'helm-M-x

View file

@ -1,5 +1,7 @@
;;; my-commands.el ;;; my-commands.el
(eval-when-compile (require 'core-defuns))
;;; Rewritten commands ;;; Rewritten commands
(ex! "g[lobal]" 'doom:evil-ex-global) (ex! "g[lobal]" 'doom:evil-ex-global)