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

This commit is contained in:
Bozhidar Batsov 2011-11-10 10:37:39 +02:00
parent 311b0ec6bb
commit d32782fa6d

View file

@ -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