summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-03-14 09:27:15 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-03-14 09:27:15 -0400
commit998200004695725cdef6bea292be0450c6bab2cf (patch)
tree671d332d88132c11ffc9dffb3d8e153ca8e79b36 /emacs
parent2c5addb8e6c46473f3210294957a55286f48c964 (diff)
add C-t → C-x binding
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.config/emacs-kj/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index a1dbbc8..46ae903 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -210,7 +210,7 @@
(savehist-mode))
;; Rebind C-x?
-;; (define-key key-translation-map "\C-t" "\C-x")
+(define-key key-translation-map "\C-t" "\C-x")
;; (define-key key-translation-map "\C-x" "\C-t")
(use-package marginalia