diff options
author | Alan Pearce | 2014-05-15 18:51:38 +0100 |
---|---|---|
committer | Alan Pearce | 2014-05-15 18:51:38 +0100 |
commit | 26c5a8a3fb827310d09019a0002fe87cd821ec88 (patch) | |
tree | ba9dbf9a4190b69a8ce02a15db7a8b54935b76d2 /tag-emacs/emacs.d/init.el | |
parent | 3fc8e2a13aae782204a2e29e84f02b5e84336723 (diff) | |
download | nixfiles-26c5a8a3fb827310d09019a0002fe87cd821ec88.tar.lz nixfiles-26c5a8a3fb827310d09019a0002fe87cd821ec88.tar.zst nixfiles-26c5a8a3fb827310d09019a0002fe87cd821ec88.zip |
Emacs: switch from shuffle-lines to move-text
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 14da0089..b9051e5e 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -758,9 +758,8 @@ (if (eq this-command 'eval-expression) (paredit-mode 1))))) -(req-package shuffle-lines - :bind (("C-S-<up>" . move-line-up) - ("C-S-<down>" . move-line-down))) +(req-package move-text + :config (move-text-default-bindings)) (req-package smart-forward :bind (("C-M-u" . smart-up) |