diff options
Diffstat (limited to '.config/emacs/modules')
-rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 746d95c..915d845 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -88,8 +88,6 @@ the first command is remapped to the second command." mark-sexp e/mark-entire-sexp mark-word e/mark-entire-word open-line e/open-line - transpose-chars e/transpose-previous-chars - transpose-lines e/transpose-current-and-next-lines yank e/yank) (with-eval-after-load 'cc-vars |