From d6fe921416eafe0ad2ac1253b36d8be7bf8a266b Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 3 Apr 2025 16:00:48 -0700 Subject: [PATCH] Jinx replaces transpose-chars --- emacs/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 3bbf687..44e96e1 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -266,8 +266,7 @@ (use-package jinx :hook (emacs-startup . global-jinx-mode) - :bind (("M-$" . jinx-correct) - ("C-M-$" . jinx-languages))) + :bind ([remap transpose-chars] . jinx-correct)) ;;; Completion ;;;; Vertico