summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-04-01 17:56:51 -0500
committerCase Duckworth2021-04-01 17:56:51 -0500
commitea721f08ff6c4e15b55979f36b4863c758899492 (patch)
tree14ddf78c0deffb767ce8bb1d20a55ed7376dc8b2
parentAdd ^D binding to quit eshell (diff)
downloademacs-ea721f08ff6c4e15b55979f36b4863c758899492.tar.gz
emacs-ea721f08ff6c4e15b55979f36b4863c758899492.zip
Change RET in `dired-mode-map' to `dired-find-alternate-file'
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 8431248..46b4317 100644 --- a/init.el +++ b/init.el
@@ -277,7 +277,8 @@
277 (:also-load dired-x) 277 (:also-load dired-x)
278 (:hook dired-hide-details-mode 278 (:hook dired-hide-details-mode
279 hl-line-mode) 279 hl-line-mode)
280 (:global "C-x C-j" dired-jump)) 280 (:global "C-x C-j" dired-jump)
281 (:bind "RET" dired-find-alternate-file))
281 282
282;;;; Web browsing 283;;;; Web browsing
283(setup browse-url 284(setup browse-url