summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2014-09-09 11:17:50 +0200
committerrekado <rekado@elephly.net>2014-09-09 11:18:04 +0200
commit5ffb3fa83feb2371c73ccf0c1b8425e389b3791a (patch)
tree39970aea55eef6e922aac181ab546765b9070825 /init.el
parent721f087bcd1ca1594d2f7713164bf262ff2b4401 (diff)
use dired+
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index f6d7689..14a4cd4 100644
--- a/init.el
+++ b/init.el
@@ -79,6 +79,7 @@
;; jump to first or last file in dired, not to the very top or bottom
(require 'dired)
+(require 'dired+)
(defun dired-back-to-top ()
(interactive)
(beginning-of-buffer)