all repos — nixfiles @ 26c5a8a3fb827310d09019a0002fe87cd821ec88

System and user configuration, managed by nix and home-manager

Emacs: switch from shuffle-lines to move-text

Alan Pearce
commit

26c5a8a3fb827310d09019a0002fe87cd821ec88

parent

3fc8e2a13aae782204a2e29e84f02b5e84336723

1 file changed, 2 insertions(+), 3 deletions(-)

changed files
M tag-emacs/emacs.d/init.eltag-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)