summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 34370b6a..29577b68 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1254,6 +1254,9 @@ don't consider windows satisfying the predicate EXCLUDE."
(call-interactively #'backward-sentence) (skip-syntax-forward " <"))
(global-set-key [remap backward-sentence] #'spw/backward-sentence-skip-forward)
+(define-key ctl-x-5-map "\C-j" "\C-x55\C-x\C-j")
+(define-key tab-prefix-map "\C-j" "\C-xtt\C-x\C-j")
+
;;;; TRAMP