Browse Source

enable the reuse of the current dired buffer with 'a'

custom
Bozhidar Batsov 14 years ago
parent
commit
d32782fa6d
  1. 3
      modules/prelude-editor.el

3
modules/prelude-editor.el

@ -177,6 +177,9 @@
(require 'projectile) (require 'projectile)
(projectile-global-mode t) (projectile-global-mode t)
;; dired - reuse current buffer by pressing 'a'
(put 'dired-find-alternate-file 'disabled nil)
(provide 'prelude-editor) (provide 'prelude-editor)
;;; prelude-editor.el ends here ;;; prelude-editor.el ends here
Loading…
Cancel
Save