summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 5076b17..726a2f1 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -38,6 +38,7 @@
   :ensure t)
 
 (use-package dired
+  :bind ("C-x C-d" . dired)
   :config
   (setq dired-listing-switches "-laGhv"))