From 7a4e006224368a54d1e1bfded116ee969086e656 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 29 May 2016 00:41:52 -0400 Subject: [PATCH] Appease the byte-compiler --- private/my-bindings.el | 2 ++ private/my-commands.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/private/my-bindings.el b/private/my-bindings.el index fd93adc44..399b44c8d 100644 --- a/private/my-bindings.el +++ b/private/my-bindings.el @@ -1,5 +1,7 @@ ;;; my-bindings.el +(eval-when-compile (require 'core-defuns)) + (map! "" 'what-face ;; Essential "M-x" 'helm-M-x diff --git a/private/my-commands.el b/private/my-commands.el index 2b927ba95..881e4af57 100644 --- a/private/my-commands.el +++ b/private/my-commands.el @@ -1,5 +1,7 @@ ;;; my-commands.el +(eval-when-compile (require 'core-defuns)) + ;;; Rewritten commands (ex! "g[lobal]" 'doom:evil-ex-global)