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