diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2020-09-29 12:18:54 +0200 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2020-09-29 12:18:54 +0200 |
| commit | 60ec41f73fb5a4c21bebf29eab1f6ef1bf1bbda9 (patch) | |
| tree | da17163c850b0314688335a31c287cb8978cd0b7 /evil-integration.el | |
| parent | 65a55777f5f306a3e28fcf484d1e713b3aa62a5e (diff) | |
Fix previous commit
Oops. :-P
Diffstat (limited to 'evil-integration.el')
| -rw-r--r-- | evil-integration.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/evil-integration.el b/evil-integration.el index 8db8285..9fd8d68 100644 --- a/evil-integration.el +++ b/evil-integration.el @@ -530,8 +530,9 @@ Based on `evil-enclose-ace-jump-for-motion'." ;;; XRef (eval-after-load 'xref - (evil-set-command-property 'xref-find-definitions :jump t) - (evil-set-command-property 'xref-find-references :jump t)) + '(progn + (evil-set-command-property 'xref-find-definitions :jump t) + (evil-set-command-property 'xref-find-references :jump t))) (provide 'evil-integration) |
