From af8ced02a931d9f800070933021b5ddbf4e17d4e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 29 Oct 2016 13:11:24 -0700 Subject: [emacs] Add back missing binding for dired. --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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")) -- cgit 1.4.1