diff options
| author | James Nguyen <james@jojojames.com> | 2018-02-18 19:40:24 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2018-02-18 19:40:24 -0800 |
| commit | f38a41a246c00426642d26c1efa3a37490031603 (patch) | |
| tree | 0051c8f2dc1633bd9c7405370f66ecf6521e6e8a /evil-collection-integration.el | |
| parent | 4e1444b07afcf3fb9a7e0c58e7905205d2665f36 (diff) | |
Ace-jump-mode: Rename to match file namespace
Diffstat (limited to 'evil-collection-integration.el')
| -rw-r--r-- | evil-collection-integration.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-integration.el b/evil-collection-integration.el index 99ecb27..38ad247 100644 --- a/evil-collection-integration.el +++ b/evil-collection-integration.el @@ -312,7 +312,7 @@ activated." (defmacro evil-collection-integration-enclose-avy-for-motion (&rest body) "Enclose avy to make it suitable for motions. -Based on `evil-collection-integration-enclose-ace-jump-for-motion'." +Based on `evil-collection-ace-jump-mode-enclose-ace-jump-for-motion'." (declare (indent defun) (debug t)) `(let ((avy-all-windows |
