Fix some byte compiler warnings

This commit is contained in:
James Nguyen 2018-06-08 10:19:45 -07:00
parent 36f56362cc
commit a9a28769ec
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@
;; This is so because many users find it confusing.
;;; Code:
(eval-when-compile (require 'subr-x))
(require 'cl-lib)
(require 'evil)
@ -47,6 +48,8 @@ or evil-collection.")
"`evil-want-integration' was set to nil but not before loading evil."))
(require 'evil-collection-integration))
(declare-function org-table-align "org-table.el" nil)
(defgroup evil-collection nil
"A set of keybindings for Evil mode"
:group 'evil)