summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-14 23:34:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-15 19:28:48 -0700
commitf7c98a939a560f84fe79467fff2be6548799cb7b (patch)
tree63b3030d64ffb671f618a96483e14ced90d52e2b /.emacs.d
parent17c92766ceac0099c100ed13c265fb9c208e2c1f (diff)
downloaddotfiles-f7c98a939a560f84fe79467fff2be6548799cb7b.tar.gz
fix M-! in dired
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 8f2d21e1..8bb198cf 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1555,6 +1555,8 @@ The ideas behind these behaviours are as follows.
(ring-insert ring (current-buffer))
ring))))
+(spw/reclaim-keys-from dired-x dired-mode-map "\M-!")
+
(transient-cycles-define-commands (prev-buffers)
((("\M-!" . spw/eshell-jump) (arg)
(interactive "p")