summary refs log tree commit diff stats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 745bba8..f081289 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1197,14 +1197,6 @@ Don’t show uninteresting files in dired listings.
           (add-hook 'dired-mode-hook #'turn-on-dired-omit-mode)))
 #+END_SRC
 
-#+BEGIN_SRC emacs-lisp
-(use-package dired+
-  :defer 5
-  :config (progn
-            (diredp-toggle-find-file-reuse-dir 1)
-            (unbind-key "C-h C-m" dired-mode-map)))
-#+END_SRC
-
 Expand subfolders like a tree inside the parent
 
 #+BEGIN_SRC emacs-lisp