aboutsummaryrefslogtreecommitdiff
path: root/evil-integration.el
diff options
context:
space:
mode:
authorVegard Øye <vegard_oye@hotmail.com>2012-03-29 20:30:39 +0200
committerVegard Øye <vegard_oye@hotmail.com>2012-03-29 20:30:39 +0200
commit4956511c812935d02fbdeecb17b7164ff07c9fb5 (patch)
tree06174706e22d89a5723535962afa12015d712e28 /evil-integration.el
parent92f1331e98d3a6d3e6c3f65c6680ccf7ead99f88 (diff)
Make ERT come up in Motion state
This makes it easier to navigate in the results buffer when running tests with "make emacs".
Diffstat (limited to 'evil-integration.el')
-rw-r--r--evil-integration.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/evil-integration.el b/evil-integration.el
index fd09048..9feb558 100644
--- a/evil-integration.el
+++ b/evil-integration.el
@@ -109,6 +109,10 @@
'(defadvice elp-results (after evil activate)
(evil-motion-state)))
+;;; ERT
+
+(evil-add-hjkl-bindings ert-results-mode-map 'motion)
+
;;; Info
(evil-add-hjkl-bindings Info-mode-map 'motion