aboutsummaryrefslogtreecommitdiff
path: root/evil-integration.el
diff options
context:
space:
mode:
authorFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2012-05-24 21:53:38 +0200
committerFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2012-05-24 21:53:38 +0200
commit1bbd54eb55536a4fe1869c2a55c0246899c98caf (patch)
tree227028dac6da865bd164d854ca4d64a3cbd245ae /evil-integration.el
parent94ae8276e485e212788236933a0b8954cd892363 (diff)
Fix customization of `evil-visual-newline-commands'
The properties of old commands must be cleared and of the new commands must be set using the :set property of the customization variables.
Diffstat (limited to 'evil-integration.el')
-rw-r--r--evil-integration.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/evil-integration.el b/evil-integration.el
index 601450b..ab9f484 100644
--- a/evil-integration.el
+++ b/evil-integration.el
@@ -35,9 +35,6 @@
(dolist (cmd '(keyboard-quit keyboard-escape-quit))
(evil-set-command-property cmd :suppress-operator t))
-(dolist (cmd evil-visual-newline-commands)
- (evil-set-command-property cmd :exclude-newline t))
-
;;; key-binding
;; disable evil-esc-mode during a call to key-binding