diff options
| author | James Nguyen <james@jojojames.com> | 2018-01-27 11:44:04 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2018-01-27 11:44:04 -0800 |
| commit | 79e5b0a95c91d53c7799632151e83a2d3ef7353a (patch) | |
| tree | 1a5c11c7f4a800830349cd665b045c7b9c51c74f /evil-collection-debug.el | |
| parent | 9e68afb767777fdba816998f7f781defb80c5c70 (diff) | |
Debug: Use normal state
Diffstat (limited to 'evil-collection-debug.el')
| -rw-r--r-- | evil-collection-debug.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-collection-debug.el b/evil-collection-debug.el index 8d21ceb..2126326 100644 --- a/evil-collection-debug.el +++ b/evil-collection-debug.el @@ -33,9 +33,9 @@ (defun evil-collection-debug-setup () "Set up `evil' bindings for `debug'." - (evil-set-initial-state 'debugger-mode 'motion) + (evil-set-initial-state 'debugger-mode 'normal) - (evil-define-key 'motion debugger-mode-map + (evil-define-key 'normal debugger-mode-map ;; motion (kbd "<tab>") 'forward-button (kbd "S-<tab>") 'backward-button |
