summaryrefslogtreecommitdiff
path: root/evil-collection-integration.el
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2017-12-28 20:51:45 -0800
committerJames N <james@jojojames.com>2018-01-09 18:53:12 -0800
commit7fb4267e1d65a39bd46109915caf1f201ec17020 (patch)
tree9e7f6b5c3df717d046405048002aab4d935f0506 /evil-collection-integration.el
parent34b23873ed1c136cadf0b3b96e2f2f436237eb50 (diff)
Integration: Remove Dired Integration
Diffstat (limited to 'evil-collection-integration.el')
-rw-r--r--evil-collection-integration.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/evil-collection-integration.el b/evil-collection-integration.el
index f54cdba..15d6582 100644
--- a/evil-collection-integration.el
+++ b/evil-collection-integration.el
@@ -116,18 +116,6 @@
;;; Dired
-(eval-after-load 'dired
- '(progn
- ;; use the standard Dired bindings as a base
- (defvar dired-mode-map)
- (evil-make-overriding-map dired-mode-map 'normal)
- (evil-add-hjkl-bindings dired-mode-map 'normal
- "J" 'dired-goto-file ; "j"
- "K" 'dired-do-kill-lines ; "k"
- "r" 'dired-do-redisplay ; "l"
- ;; ":d", ":v", ":s", ":e"
- ";" (lookup-key dired-mode-map ":"))))
-
(eval-after-load 'wdired
'(progn
(add-hook 'wdired-mode-hook #'evil-change-to-initial-state)