summaryrefslogtreecommitdiff
path: root/modes
diff options
context:
space:
mode:
authorBrian Leung <leungbk@mailfence.com>2021-01-01 14:04:22 -0800
committerJames N <james@jojojames.com>2021-01-01 18:23:25 -0800
commitac18f6cd4434eaf4346ae55a2035f1fb6c5be638 (patch)
tree1dd0004678ac427e6451cfd15610f330f22e7e5c /modes
parent4615b8ca45f5f8ecc2d523ab2d507f4e2f307ed1 (diff)
consult: remove support for now-deleted commands
Diffstat (limited to 'modes')
-rw-r--r--modes/consult/evil-collection-consult.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/modes/consult/evil-collection-consult.el b/modes/consult/evil-collection-consult.el
index b7e52ca..67c1cc2 100644
--- a/modes/consult/evil-collection-consult.el
+++ b/modes/consult/evil-collection-consult.el
@@ -34,9 +34,7 @@
"Set the bindings."
(evil-set-command-property 'consult-outline :jump t)
(evil-set-command-property 'consult-mark :jump t)
- (evil-set-command-property 'consult-line :jump t)
- (evil-set-command-property 'consult-line-symbol-at-point :jump t)
- (evil-set-command-property 'consult-line-from-isearch :jump t))
+ (evil-set-command-property 'consult-line :jump t))
;;;###autoload
(defun evil-collection-consult-setup ()