aboutsummaryrefslogtreecommitdiff
path: root/evil-vars.el
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2017-05-10 22:20:25 +0200
committerGitHub <noreply@github.com>2017-05-10 22:20:25 +0200
commit65136f93660c2a99563557e5bbff0e56575ac9ab (patch)
tree4ca332b1a47f0e06f4a8bd0f1831aeadf9a5c680 /evil-vars.el
parentd1d6c2bdef67ffa1b3b14121e4a5b157840f48cb (diff)
parent87023665cf6b7152f42c21a61d66b7193473034e (diff)
Merge pull request #809 from emacs-evil/bugfix-remove-view-mode
Remove view-mode (minor mode) from initial states
Diffstat (limited to 'evil-vars.el')
-rw-r--r--evil-vars.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/evil-vars.el b/evil-vars.el
index 13ac4c6..a5a06e6 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -782,7 +782,6 @@ If STATE is nil, Evil is disabled in the buffer."
Man-mode
speedbar-mode
undo-tree-visualizer-mode
- view-mode
woman-mode)
"Modes that should come up in Motion state."
:type '(repeat symbol)