enable the reuse of the current dired buffer with 'a'
This commit is contained in:
parent
311b0ec6bb
commit
d32782fa6d
1 changed files with 3 additions and 0 deletions
|
@ -177,6 +177,9 @@
|
|||
(require 'projectile)
|
||||
(projectile-global-mode t)
|
||||
|
||||
;; dired - reuse current buffer by pressing 'a'
|
||||
(put 'dired-find-alternate-file 'disabled nil)
|
||||
|
||||
(provide 'prelude-editor)
|
||||
|
||||
;;; prelude-editor.el ends here
|
||||
|
|
Loading…
Reference in a new issue