diff options
| author | Vasilij Schneidermann <mail@vasilij.de> | 2017-05-10 22:20:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-10 22:20:25 +0200 |
| commit | 65136f93660c2a99563557e5bbff0e56575ac9ab (patch) | |
| tree | 4ca332b1a47f0e06f4a8bd0f1831aeadf9a5c680 | |
| parent | d1d6c2bdef67ffa1b3b14121e4a5b157840f48cb (diff) | |
| parent | 87023665cf6b7152f42c21a61d66b7193473034e (diff) | |
Merge pull request #809 from emacs-evil/bugfix-remove-view-mode
Remove view-mode (minor mode) from initial states
| -rw-r--r-- | evil-vars.el | 1 |
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) |
