diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-09-28 16:54:43 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-09-28 16:54:43 -0700 |
commit | a7b1cf5b53415efacacbbae312c5ac833d3d6cc7 (patch) | |
tree | 6de999fb48674f95e838d718a7cf5106d4e8e8fd /configs | |
parent | [emacs] Add uniquify (diff) | |
download | emacs.d-a7b1cf5b53415efacacbbae312c5ac833d3d6cc7.tar.gz |
[emacs] new binding for dired-jump
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rcs/emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index 1672f4f..a9249e6 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -180,7 +180,8 @@ (use-package dired :ensure nil :defer t - :bind (("C-x C-d" . dired)) + :bind (("C-x C-d" . dired) + ("C-x C-j" . dired-jump)) :diminish dired-omit-mode :init (setq-default dired-dwim-target t) |