Remove .el in declare-function

This commit is contained in:
James Nguyen 2018-06-08 10:32:02 -07:00
parent d44ced31bc
commit 04268dcadc
97 changed files with 97 additions and 97 deletions

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'ace-jump-mode nil t) (require 'ace-jump-mode nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(declare-function 'ace-jump-char-mode "ace-jump-mode") (declare-function 'ace-jump-char-mode "ace-jump-mode")
(declare-function 'ace-jump-word-mode "ace-jump-mode") (declare-function 'ace-jump-word-mode "ace-jump-mode")
(declare-function 'ace-jump-line-mode "ace-jump-mode") (declare-function 'ace-jump-line-mode "ace-jump-mode")

View File

@ -31,7 +31,7 @@
(require 'evil) (require 'evil)
(require 'evil-collection-evil-search) (require 'evil-collection-evil-search)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-ag-maps '(ag-mode-map)) (defconst evil-collection-ag-maps '(ag-mode-map))
(defun evil-collection-ag-setup () (defun evil-collection-ag-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'alchemist nil t) (require 'alchemist nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-alchemist-maps '(alchemist-compile-mode-map (defconst evil-collection-alchemist-maps '(alchemist-compile-mode-map
alchemist-eval-mode-map alchemist-eval-mode-map

View File

@ -29,7 +29,7 @@
(require 'anaconda-mode nil t) (require 'anaconda-mode nil t)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-anaconda-mode-maps '(anaconda-mode-view-mode-map (defconst evil-collection-anaconda-mode-maps '(anaconda-mode-view-mode-map
anaconda-mode-map)) anaconda-mode-map))

View File

@ -30,7 +30,7 @@
(require 'arc-mode) (require 'arc-mode)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-arc-mode-maps '(archive-mode-map)) (defconst evil-collection-arc-mode-maps '(archive-mode-map))
(defun evil-collection-arc-mode-setup () (defun evil-collection-arc-mode-setup ()

View File

@ -29,7 +29,7 @@
;;; Code: ;;; Code:
(require 'avy nil t) (require 'avy nil t)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(declare-function 'avy-goto-word-or-subword-1 "avy") (declare-function 'avy-goto-word-or-subword-1 "avy")
(declare-function 'avy-goto-line "avy") (declare-function 'avy-goto-line "avy")

View File

@ -29,7 +29,7 @@
;;; Code: ;;; Code:
(require 'bookmark) (require 'bookmark)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-bookmark-maps '(bookmark-bmenu-mode-map)) (defconst evil-collection-bookmark-maps '(bookmark-bmenu-mode-map))
(defun evil-collection-bookmark-setup () (defun evil-collection-bookmark-setup ()

View File

@ -34,7 +34,7 @@
(require 'evil) (require 'evil)
(require 'tabulated-list) (require 'tabulated-list)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-buff-menu-maps '(Buffer-menu-mode-map)) (defconst evil-collection-buff-menu-maps '(Buffer-menu-mode-map))
;; This is for `evil-collection-Buffer-menu-unmark-all-buffers.' ;; This is for `evil-collection-Buffer-menu-unmark-all-buffers.'

View File

@ -29,7 +29,7 @@
(require 'evil-collection-util) (require 'evil-collection-util)
(require 'calc) (require 'calc)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-calc-maps '(calc-mode-map)) (defconst evil-collection-calc-maps '(calc-mode-map))
(defun evil-collection-calc-setup () (defun evil-collection-calc-setup ()

View File

@ -30,7 +30,7 @@
(require 'calendar) (require 'calendar)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-calendar-maps '(calendar-mode-map)) (defconst evil-collection-calendar-maps '(calendar-mode-map))
(defun evil-collection-calendar-setup () (defun evil-collection-calendar-setup ()

View File

@ -32,7 +32,7 @@
(require 'evil) (require 'evil)
(require 'evil-collection-settings) (require 'evil-collection-settings)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(declare-function cider-debug-mode-send-reply "cider-debug") (declare-function cider-debug-mode-send-reply "cider-debug")
(defconst evil-collection-cider-maps '(cider-mode-map (defconst evil-collection-cider-maps '(cider-mode-map

View File

@ -30,7 +30,7 @@
(require 'comint) (require 'comint)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-comint-maps '(comint-mode-map)) (defconst evil-collection-comint-maps '(comint-mode-map))
(defun evil-collection-comint-setup () (defun evil-collection-comint-setup ()

View File

@ -30,7 +30,7 @@
(require 'company nil t) (require 'company nil t)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(declare-function company-tng-configure-default "company-tng") (declare-function company-tng-configure-default "company-tng")
(defgroup evil-collection-company nil (defgroup evil-collection-company nil

View File

@ -31,7 +31,7 @@
(require 'compile) (require 'compile)
(require 'evil-collection-evil-search) (require 'evil-collection-evil-search)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-compile-maps '(compilation-mode-map)) (defconst evil-collection-compile-maps '(compilation-mode-map))
(defun evil-collection-compile-setup () (defun evil-collection-compile-setup ()

View File

@ -30,7 +30,7 @@
(require 'cus-theme) (require 'cus-theme)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-cus-theme-maps '(custom-theme-choose-mode-map (defconst evil-collection-cus-theme-maps '(custom-theme-choose-mode-map
custom-new-theme-mode-map)) custom-new-theme-mode-map))

View File

@ -30,7 +30,7 @@
(require 'cus-edit) (require 'cus-edit)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-custom-maps '(custom-mode-map)) (defconst evil-collection-custom-maps '(custom-mode-map))
(defun evil-collection-custom-setup () (defun evil-collection-custom-setup ()

View File

@ -30,7 +30,7 @@
(require 'daemons nil t) (require 'daemons nil t)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-daemons-maps '(daemons-mode-map (defconst evil-collection-daemons-maps '(daemons-mode-map
daemons-output-mode-map)) daemons-output-mode-map))

View File

@ -30,7 +30,7 @@
(require 'debbugs nil t) (require 'debbugs nil t)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-debbugs-maps '(debbugs-gnu-mode-map)) (defconst evil-collection-debbugs-maps '(debbugs-gnu-mode-map))
(defun evil-collection-debbugs-setup () (defun evil-collection-debbugs-setup ()

View File

@ -31,7 +31,7 @@
(require 'evil) (require 'evil)
(require 'debug) (require 'debug)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-debug-maps '(debugger-mode-map)) (defconst evil-collection-debug-maps '(debugger-mode-map))
(defun evil-collection-debug-setup () (defun evil-collection-debug-setup ()

View File

@ -38,7 +38,7 @@
(require 'evil) (require 'evil)
(require 'diff-mode) (require 'diff-mode)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-diff-mode-maps '(diff-mode-map)) (defconst evil-collection-diff-mode-maps '(diff-mode-map))
(defun evil-collection-diff-read-only-state-switch () (defun evil-collection-diff-read-only-state-switch ()

View File

@ -30,7 +30,7 @@
(require 'dired) (require 'dired)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-dired-maps '(dired-mode-map)) (defconst evil-collection-dired-maps '(dired-mode-map))
(defun evil-collection-dired-setup () (defun evil-collection-dired-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'doc-view) (require 'doc-view)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-doc-view-maps '(doc-view-mode-map)) (defconst evil-collection-doc-view-maps '(doc-view-mode-map))
(defun evil-collection-doc-view-setup () (defun evil-collection-doc-view-setup ()

View File

@ -30,7 +30,7 @@
(require 'edebug) (require 'edebug)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-edebug-maps (defconst evil-collection-edebug-maps
'(edebug-mode-map '(edebug-mode-map

View File

@ -30,7 +30,7 @@
(require 'elfeed nil t) (require 'elfeed nil t)
(require 'evil-collection-util) (require 'evil-collection-util)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar elfeed-search-mode-map) (defvar elfeed-search-mode-map)
(defvar elfeed-show-mode-map) (defvar elfeed-show-mode-map)

View File

@ -30,7 +30,7 @@
(require 'elisp-mode) (require 'elisp-mode)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-elisp-mode-maps nil) (defconst evil-collection-elisp-mode-maps nil)

View File

@ -31,7 +31,7 @@
(require 'evil) (require 'evil)
(require 'elisp-refs nil t) (require 'elisp-refs nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-elisp-refs-maps '(elisp-refs-mode-map)) (defconst evil-collection-elisp-refs-maps '(elisp-refs-mode-map))
(defun evil-collection-elisp-refs-setup () (defun evil-collection-elisp-refs-setup ()

View File

@ -30,7 +30,7 @@
(require 'emms nil t) (require 'emms nil t)
(require 'evil-collection-util) (require 'evil-collection-util)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(declare-function emms-with-inhibit-read-only-t "emms") (declare-function emms-with-inhibit-read-only-t "emms")
(declare-function emms-playlist-mode-correct-previous-yank "emms-playlist-mode") (declare-function emms-playlist-mode-correct-previous-yank "emms-playlist-mode")

View File

@ -31,7 +31,7 @@
(require 'evil) (require 'evil)
(require 'epa nil t) (require 'epa nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-epa-maps '(epa-key-list-mode-map (defconst evil-collection-epa-maps '(epa-key-list-mode-map
epa-key-mode-map epa-key-mode-map
epa-info-mode-map)) epa-info-mode-map))

View File

@ -30,7 +30,7 @@
(require 'ert) (require 'ert)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-ert-maps '(ert-results-mode-map)) (defconst evil-collection-ert-maps '(ert-results-mode-map))
(defun evil-collection-ert-setup () (defun evil-collection-ert-setup ()

View File

@ -31,7 +31,7 @@
(require 'eshell) (require 'eshell)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-eshell-maps '(eshell-mode-map)) (defconst evil-collection-eshell-maps '(eshell-mode-map))
(defun evil-collection-eshell-next-prompt () (defun evil-collection-eshell-next-prompt ()

View File

@ -28,7 +28,7 @@
(require 'evil) (require 'evil)
(require 'etags-select nil t) (require 'etags-select nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
;;; Code: ;;; Code:
(defun evil-collection-etags-select-setup () (defun evil-collection-etags-select-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'eval-sexp-fu nil t) (require 'eval-sexp-fu nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-eval-sexp-fu-maps nil) (defconst evil-collection-eval-sexp-fu-maps nil)

View File

@ -30,7 +30,7 @@
(require 'eww) (require 'eww)
(require 'evil-collection-util) (require 'evil-collection-util)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar evil-collection-eww-maps '(eww-mode-map (defvar evil-collection-eww-maps '(eww-mode-map
eww-history-mode-map eww-history-mode-map

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'flycheck nil t) (require 'flycheck nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar flycheck-error-list-mode-map) (defvar flycheck-error-list-mode-map)
(defconst evil-collection-flycheck-maps '(flycheck-error-list-mode-map)) (defconst evil-collection-flycheck-maps '(flycheck-error-list-mode-map))

View File

@ -28,7 +28,7 @@
(require 'evil) (require 'evil)
(require 'free-keys nil t) (require 'free-keys nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
;;; Code: ;;; Code:
(defvar free-keys-mode-map) (defvar free-keys-mode-map)

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'geiser nil t) (require 'geiser nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar geiser-debug-mode-map) (defvar geiser-debug-mode-map)
(defvar geiser-doc-mode-map) (defvar geiser-doc-mode-map)

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'ggtags nil t) (require 'ggtags nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar ggtags-global-mode-map) (defvar ggtags-global-mode-map)
(defvar ggtags-mode-map) (defvar ggtags-mode-map)

View File

@ -29,7 +29,7 @@
(require 'evil) (require 'evil)
(require 'git-timemachine nil t) (require 'git-timemachine nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar git-timemachine-mode-map) (defvar git-timemachine-mode-map)
(defconst evil-collection-git-timemachine-map '(git-timemachine-mode-map)) (defconst evil-collection-git-timemachine-map '(git-timemachine-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'go-mode nil t) (require 'go-mode nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-go-mode-maps '(go-mode-map (defconst evil-collection-go-mode-maps '(go-mode-map
godoc-mode-map)) godoc-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'guix nil t) (require 'guix nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-guix-maps '(guix-output-list-mode-map (defconst evil-collection-guix-maps '(guix-output-list-mode-map
guix-package-info-mode-map guix-package-info-mode-map
guix-profile-list-mode-map guix-profile-list-mode-map

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'helm-files nil t) ; TODO: Check if this is the ideal requirement and if we are not loading too much. (require 'helm-files nil t) ; TODO: Check if this is the ideal requirement and if we are not loading too much.
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
;; To navigate Helm entries with <hjkl> in insert state, we need a modifier. ;; To navigate Helm entries with <hjkl> in insert state, we need a modifier.
;; Using the C- modifier would conflict with the help prefix "C-h". So we use ;; Using the C- modifier would conflict with the help prefix "C-h". So we use

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'help-mode) (require 'help-mode)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-help-maps '(help-mode-map)) (defconst evil-collection-help-maps '(help-mode-map))
(defun evil-collection-help-setup () (defun evil-collection-help-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'ibuffer) (require 'ibuffer)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-ibuffer-maps '(ibuffer-mode-map)) (defconst evil-collection-ibuffer-maps '(ibuffer-mode-map))
(defun evil-collection-ibuffer-setup () (defun evil-collection-ibuffer-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'image+ nil t) (require 'image+ nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-image+-maps '(image-mode-map)) (defconst evil-collection-image+-maps '(image-mode-map))
(defun evil-collection-image+-setup () (defun evil-collection-image+-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'image-mode) (require 'image-mode)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
;; TODO: pdf and doc-view conflict with image. ;; TODO: pdf and doc-view conflict with image.
;; See https://github.com/emacs-evil/evil-collection/issues/23. ;; See https://github.com/emacs-evil/evil-collection/issues/23.

View File

@ -30,7 +30,7 @@
(require 'evil-collection-settings) (require 'evil-collection-settings)
(require 'indium nil t) (require 'indium nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-indium-maps '(indium-debugger-mode-map (defconst evil-collection-indium-maps '(indium-debugger-mode-map
indium-inspector-mode-map indium-inspector-mode-map
indium-debugger-locals-mode-map indium-debugger-locals-mode-map

View File

@ -32,7 +32,7 @@
(require 'evil-collection-evil-search) (require 'evil-collection-evil-search)
(require 'info) (require 'info)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-info-maps '(Info-mode-map)) (defconst evil-collection-info-maps '(Info-mode-map))
(defun evil-collection-info-setup () (defun evil-collection-info-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'ivy nil t) (require 'ivy nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-ivy-maps '(ivy-occur-mode-map (defconst evil-collection-ivy-maps '(ivy-occur-mode-map
ivy-occur-grep-mode-map ivy-occur-grep-mode-map
ivy-minibuffer-map)) ivy-minibuffer-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'js2-mode nil t) (require 'js2-mode nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar js-indent-level) (defvar js-indent-level)
(defun evil-collection-js2-set-evil-shift-width () (defun evil-collection-js2-set-evil-shift-width ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'kotlin-mode nil t) (require 'kotlin-mode nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-kotlin-maps '(kotlin-mode-map)) (defconst evil-collection-kotlin-maps '(kotlin-mode-map))
(defun evil-collection-kotlin-mode-setup () (defun evil-collection-kotlin-mode-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'log-view) (require 'log-view)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-log-view-maps '(log-view-mode-map)) (defconst evil-collection-log-view-maps '(log-view-mode-map))
(defun evil-collection-log-view-setup () (defun evil-collection-log-view-setup ()

View File

@ -30,7 +30,7 @@
(require 'lsp-ui nil t) (require 'lsp-ui nil t)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-lsp-ui-imenu-mode-maps '(lsp-ui-imenu-mode-map)) (defconst evil-collection-lsp-ui-imenu-mode-maps '(lsp-ui-imenu-mode-map))
(defun evil-collection-lsp-ui-imenu-setup () (defun evil-collection-lsp-ui-imenu-setup ()

View File

@ -31,7 +31,7 @@
(require 'lua-mode nil t) (require 'lua-mode nil t)
(defvar lua-indent-level) (defvar lua-indent-level)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-lua-mode-maps '(lua-mode-map)) (defconst evil-collection-lua-mode-maps '(lua-mode-map))
(defun evil-collection-lua-mode-set-evil-shift-width () (defun evil-collection-lua-mode-set-evil-shift-width ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'macrostep nil t) (require 'macrostep nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-macrostep-maps '(macrostep-keymap)) (defconst evil-collection-macrostep-maps '(macrostep-keymap))
(defun evil-collection-macrostep-setup () (defun evil-collection-macrostep-setup ()

View File

@ -35,7 +35,7 @@
(require 'magit nil t) (require 'magit nil t)
(defvar magit-blame-mode-map) (defvar magit-blame-mode-map)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-magit-maps '(magit-blame-mode-map)) (defconst evil-collection-magit-maps '(magit-blame-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'man) (require 'man)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-man-maps '(Man-mode-map)) (defconst evil-collection-man-maps '(Man-mode-map))
(defun evil-collection-man-setup () (defun evil-collection-man-setup ()

View File

@ -29,7 +29,7 @@
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-minibuffer-maps '(minibuffer-local-map (defconst evil-collection-minibuffer-maps '(minibuffer-local-map
minibuffer-local-ns-map minibuffer-local-ns-map

View File

@ -31,7 +31,7 @@
(require 'evil) (require 'evil)
(require 'neotree nil t) (require 'neotree nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(declare-function neotree-make-executor "neotree.el") (declare-function neotree-make-executor "neotree.el")
(defconst evil-collection-neotree-maps '(neotree-mode-map)) (defconst evil-collection-neotree-maps '(neotree-mode-map))

View File

@ -30,7 +30,7 @@
(require 'notmuch nil t) (require 'notmuch nil t)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(declare-function notmuch-show-get-tags "notmuch-show") (declare-function notmuch-show-get-tags "notmuch-show")
(declare-function notmuch-show-tag "notmuch-show") (declare-function notmuch-show-tag "notmuch-show")

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'nov nil t) (require 'nov nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar nov-mode-map) (defvar nov-mode-map)
(defconst evil-collection-nov-maps '(nov-mode-map)) (defconst evil-collection-nov-maps '(nov-mode-map))

View File

@ -29,7 +29,7 @@
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(when (> emacs-major-version 25) (when (> emacs-major-version 25)
(require 'replace)) (require 'replace))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'outline) (require 'outline)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defcustom evil-collection-outline-bind-tab-p t (defcustom evil-collection-outline-bind-tab-p t
"Enable <tab>-based bindings in Outline mode. "Enable <tab>-based bindings in Outline mode.

View File

@ -29,7 +29,7 @@
;;; Code: ;;; Code:
(require 'p4 nil t) (require 'p4 nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar p4-basic-mode-map) (defvar p4-basic-mode-map)
(defconst evil-collection-p4-maps '(p4-basic-mode-map)) (defconst evil-collection-p4-maps '(p4-basic-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'package) (require 'package)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-package-menu-maps '(package-menu-mode-map)) (defconst evil-collection-package-menu-maps '(package-menu-mode-map))
(defun evil-collection-package-menu-setup () (defun evil-collection-package-menu-setup ()

View File

@ -28,7 +28,7 @@
(require 'evil) (require 'evil)
(require 'paren) (require 'paren)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defun evil-collection-paren-show-paren-function (f &rest args) (defun evil-collection-paren-show-paren-function (f &rest args)
"Integrate `show-paren-function' with `evil'." "Integrate `show-paren-function' with `evil'."

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'pass nil t) (require 'pass nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar pass-mode-map) (defvar pass-mode-map)
(defconst evil-collection-pass-maps '(pass-mode-map)) (defconst evil-collection-pass-maps '(pass-mode-map))

View File

@ -31,7 +31,7 @@
(require 'pdf-tools nil t) (require 'pdf-tools nil t)
(require 'pdf-view nil t) (require 'pdf-view nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-pdf-maps '(pdf-view-mode-map (defconst evil-collection-pdf-maps '(pdf-view-mode-map
pdf-outline-buffer-mode-map pdf-outline-buffer-mode-map

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'popup nil t) (require 'popup nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-popup-maps '(popup-menu-keymap)) (defconst evil-collection-popup-maps '(popup-menu-keymap))

View File

@ -30,7 +30,7 @@
(require 'evil-collection-util) (require 'evil-collection-util)
(require 'proced) (require 'proced)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-proced-maps '(proced-mode-map)) (defconst evil-collection-proced-maps '(proced-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'prodigy nil t) (require 'prodigy nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-prodigy-maps '(prodigy-mode-map (defconst evil-collection-prodigy-maps '(prodigy-mode-map
prodigy-view-mode-map)) prodigy-view-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'profiler) (require 'profiler)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-profiler-maps '(profiler-report-mode-map)) (defconst evil-collection-profiler-maps '(profiler-report-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'python) (require 'python)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-python-maps '(python-mode-map)) (defconst evil-collection-python-maps '(python-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'quickrun nil t) (require 'quickrun nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-quickrun-maps '(quickrun--mode-map)) (defconst evil-collection-quickrun-maps '(quickrun--mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'racer nil t) (require 'racer nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-racer-maps '(racer-mode-map (defconst evil-collection-racer-maps '(racer-mode-map
racer-help-mode-map)) racer-help-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'realgud nil t) (require 'realgud nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-realgud-maps '(realgud:shortkey-mode-map)) (defconst evil-collection-realgud-maps '(realgud:shortkey-mode-map))

View File

@ -32,7 +32,7 @@
(require 'reftex-ref nil t) (require 'reftex-ref nil t)
(require 'reftex-cite nil t) (require 'reftex-cite nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-reftex-maps '(reftex-select-shared-map (defconst evil-collection-reftex-maps '(reftex-select-shared-map
reftex-toc-mode-map)) reftex-toc-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'rjsx-mode nil t) (require 'rjsx-mode nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar rjsx-mode-map) (defvar rjsx-mode-map)

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'robe nil t) (require 'robe nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-robe-maps '(robe-mode-map)) (defconst evil-collection-robe-maps '(robe-mode-map))

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'rtags nil t) (require 'rtags nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar rtags-mode-map) (defvar rtags-mode-map)
(defvar rtags-dependency-tree-mode-map) (defvar rtags-dependency-tree-mode-map)

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'ruby-mode) (require 'ruby-mode)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-ruby-mode-maps nil) (defconst evil-collection-ruby-mode-maps nil)

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'simple) (require 'simple)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar special-mode-map) (defvar special-mode-map)

View File

@ -37,7 +37,7 @@
(defvar slime-popup-buffer-mode-map) (defvar slime-popup-buffer-mode-map)
(defvar slime-xref-mode-map) (defvar slime-xref-mode-map)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-slime-maps '(slime-parent-map (defconst evil-collection-slime-maps '(slime-parent-map
sldb-mode-map sldb-mode-map

View File

@ -34,7 +34,7 @@
(require 'evil) (require 'evil)
(require 'term) (require 'term)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defcustom evil-collection-term-sync-state-and-mode-p t (defcustom evil-collection-term-sync-state-and-mode-p t
"Synchronize insert/normal state with char/line-mode respectively. "Synchronize insert/normal state with char/line-mode respectively.

View File

@ -30,7 +30,7 @@
(require 'tide nil t) (require 'tide nil t)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-tide-maps '(tide-mode-map (defconst evil-collection-tide-maps '(tide-mode-map
tide-references-mode-map tide-references-mode-map

View File

@ -31,7 +31,7 @@
(require 'evil-collection-util) (require 'evil-collection-util)
(require 'transmission nil t) (require 'transmission nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar transmission-mode-map) (defvar transmission-mode-map)
(defvar transmission-files-mode-map) (defvar transmission-files-mode-map)
(defvar transmission-info-mode-map) (defvar transmission-info-mode-map)

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'typescript-mode nil t) (require 'typescript-mode nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar typescript-indent-level) (defvar typescript-indent-level)

View File

@ -29,7 +29,7 @@
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defmacro evil-collection-util-inhibit-insert-state (map) (defmacro evil-collection-util-inhibit-insert-state (map)
"Unmap insertion keys from normal state. "Unmap insertion keys from normal state.

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'vc-annotate) (require 'vc-annotate)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-vc-annotate-maps '(vc-annotate-mode-map)) (defconst evil-collection-vc-annotate-maps '(vc-annotate-mode-map))
(defun evil-collection-vc-annotate-setup () (defun evil-collection-vc-annotate-setup ()

View File

@ -30,7 +30,7 @@
(require 'vdiff nil t) (require 'vdiff nil t)
(require 'evil) (require 'evil)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defun evil-collection-vdiff-setup () (defun evil-collection-vdiff-setup ()
"Set up `evil' bindings for `vdiff-mode'." "Set up `evil' bindings for `vdiff-mode'."

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'view) (require 'view)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-view-maps '(view-mode-map)) (defconst evil-collection-view-maps '(view-mode-map))
(defun evil-collection-view-setup () (defun evil-collection-view-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'vlf nil t) (require 'vlf nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar vlf-mode-map) (defvar vlf-mode-map)
(declare-function vlf-change-batch-size "vlf") (declare-function vlf-change-batch-size "vlf")

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'wdired) (require 'wdired)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-wdired-maps '(wdired-mode-map)) (defconst evil-collection-wdired-maps '(wdired-mode-map))
(defun evil-collection-wdired-setup () (defun evil-collection-wdired-setup ()

View File

@ -32,7 +32,7 @@
(defvar wgrep-mode-map) (defvar wgrep-mode-map)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-wgrep-maps '(wgrep-mode-map)) (defconst evil-collection-wgrep-maps '(wgrep-mode-map))
(defun evil-collection-wgrep-setup () (defun evil-collection-wgrep-setup ()

View File

@ -33,7 +33,7 @@
(defvar which-key-C-h-map) (defvar which-key-C-h-map)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-which-key-maps '(which-key-C-h-map)) (defconst evil-collection-which-key-maps '(which-key-C-h-map))
;; `which-key'is coded so that the prompt properly shows j and k as ;; `which-key'is coded so that the prompt properly shows j and k as

View File

@ -31,7 +31,7 @@
(require 'evil-collection-man) ; WoMan's keymap inherits from Man. (require 'evil-collection-man) ; WoMan's keymap inherits from Man.
(require 'woman) (require 'woman)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-woman-maps '(woman-mode-map)) (defconst evil-collection-woman-maps '(woman-mode-map))
(defun evil-collection-woman-setup () (defun evil-collection-woman-setup ()

View File

@ -30,7 +30,7 @@
(require 'evil) (require 'evil)
(require 'xref) (require 'xref)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-xref-maps '(xref--xref-buffer-mode-map)) (defconst evil-collection-xref-maps '(xref--xref-buffer-mode-map))
(defun evil-collection-xref-setup () (defun evil-collection-xref-setup ()

View File

@ -29,7 +29,7 @@
(require 'evil-collection-util) (require 'evil-collection-util)
(require 'ztree nil t) (require 'ztree nil t)
(declare-function evil-collection-define-key "evil-collection.el") (declare-function evil-collection-define-key "evil-collection")
(defvar ztree-mode-map) (defvar ztree-mode-map)
(defvar ztreediff-mode-map) (defvar ztreediff-mode-map)