aboutsummaryrefslogtreecommitdiff
path: root/evil-core.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2022-09-30 17:49:26 -0400
committerTom Dalziel <tom_dl@hotmail.com>2023-08-20 23:46:23 +0100
commita9a9c65b5d0777048c4e8a66fcc06032e3dafc18 (patch)
tree5f96c57421230487443c8bc066e2a01c433eeff2 /evil-core.el
parent3398b13b7455000d5647a13e0dfaf06ba8e31ba2 (diff)
Misc minor changes
* README.md: Mention that `undo-fu` is also in NonGNU ELPA and update its repository URL. * evil.el: Update the undo-fu repository URL. * evil-macros.el (evil-define-interactive-code): Move the insertion of quote around `func` to the `cond` so the `quote` is not incorrectly added around lambda forms. * evil-tests.el: Add a FIXME. * evil-commands.el (evil-save-side-windows): Silence spurious warning.
Diffstat (limited to 'evil-core.el')
-rw-r--r--evil-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-core.el b/evil-core.el
index 2f9a575..22b6654 100644
--- a/evil-core.el
+++ b/evil-core.el
@@ -127,7 +127,7 @@
(add-hook 'input-method-activate-hook #'evil-activate-input-method t t)
(add-hook 'input-method-deactivate-hook #'evil-deactivate-input-method t t)
(add-hook 'activate-mark-hook 'evil-visual-activate-hook nil t)
- ;; FIXME: Add these hooks buffer-locally
+ ;; FIXME: Add these hooks buffer-locally and remove when disabling
(add-hook 'pre-command-hook 'evil-repeat-pre-hook)
(add-hook 'post-command-hook 'evil-repeat-post-hook))
(evil-refresh-mode-line)