diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-23 16:59:36 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-23 16:59:36 +0100 |
commit | 1cdae221a17228784646c6fd01cba69c51133afe (patch) | |
tree | 79c323f17f608cafa41e2c17bec74fec71a58bb0 /.emacs.d | |
parent | 3ebbf6fe913675cfc68350e9fa7147edc9bdb15a (diff) | |
download | dotfiles-1cdae221a17228784646c6fd01cba69c51133afe.tar.gz |
Remove some duplicate key bindings
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-editor.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el index c1581ee..60e7c8b 100644 --- a/.emacs.d/lisp/init-editor.el +++ b/.emacs.d/lisp/init-editor.el @@ -85,11 +85,8 @@ and file 'filename' will be opened and cursor set on line 'linenumber'" (use-package move-text :bind - ;; TODO don't need all of these? ("M-S-<up>" . move-text-up) - ("C-S-<up>" . move-text-up) - ("M-S-<down>" . move-text-down) - ("C-S-<down>" . move-text-down)) + ("M-S-<down>" . move-text-down)) (use-package zop-to-char :bind |