diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-10-29 13:11:24 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-10-29 13:11:24 -0700 |
commit | af8ced02a931d9f800070933021b5ddbf4e17d4e (patch) | |
tree | 0a40d15555dfd5cc0cd5807ef7ffd3f448d81cec | |
parent | [emacs] Move binding to eval region. (diff) | |
download | emacs.d-af8ced02a931d9f800070933021b5ddbf4e17d4e.tar.gz |
[emacs] Add back missing binding for dired.
-rw-r--r-- | emacs.d/init.el | 1 |
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")) |