From 26c5a8a3fb827310d09019a0002fe87cd821ec88 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 15 May 2014 18:51:38 +0100 Subject: Emacs: switch from shuffle-lines to move-text --- tag-emacs/emacs.d/init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tag-emacs/emacs.d/init.el') 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-" . move-line-up) - ("C-S-" . move-line-down))) +(req-package move-text + :config (move-text-default-bindings)) (req-package smart-forward :bind (("C-M-u" . smart-up) -- cgit 1.4.1