File tree 2 files changed +8
-1
lines changed
+distribution/spacemacs-base
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 15
15
(bind-map :step pre)
16
16
bookmark
17
17
diminish
18
+ (dired-x :location built-in)
18
19
(electric-indent-mode :location built-in)
19
20
ediff
20
21
eldoc
106
107
(when (eval-when-compile (version< " 24.3.1" emacs-version))
107
108
(diminish 'subword-mode ))))))
108
109
110
+ (defun spacemacs-base/init-dired-x ()
111
+ (autoload 'dired-jump " dired-x"
112
+ " Jump to Dired buffer corresponding to current buffer." t )
113
+
114
+ (autoload 'dired-jump-other-window " dired-x"
115
+ " Like \\ [dired-jump] (dired-jump) but in other window." t ))
116
+
109
117
(defun spacemacs-base/init-eldoc ()
110
118
(use-package eldoc
111
119
:defer t
Original file line number Diff line number Diff line change 1
- (require 'dired-x )
2
1
(define-key evil-normal-state-map (kbd " -" ) 'dired-jump )
3
2
4
3
(add-hook 'dired-mode-hook 'vinegar/dired-setup )
You can’t perform that action at this time.
0 commit comments