Emacs: switch from shuffle-lines to move-text
1 file changed, 2 insertions(+), 3 deletions(-)
changed files
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -758,9 +758,8 @@ "enable paredit-mode during eval-expression" (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)