diff options
| author | Brian Leung <leungbk@mailfence.com> | 2021-01-01 14:04:22 -0800 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2021-01-01 18:23:25 -0800 |
| commit | ac18f6cd4434eaf4346ae55a2035f1fb6c5be638 (patch) | |
| tree | 1dd0004678ac427e6451cfd15610f330f22e7e5c | |
| parent | 4615b8ca45f5f8ecc2d523ab2d507f4e2f307ed1 (diff) | |
consult: remove support for now-deleted commands
| -rw-r--r-- | modes/consult/evil-collection-consult.el | 4 |
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 () |
