From dfaae48cf5eeb52e6f19e99a12121dfdbee5e14b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 11 Oct 2020 19:26:33 +0200 Subject: emacs: set crux to move visually MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 17a8906..6f7a0f7 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -2269,8 +2269,9 @@ Install a set of useful functions from [[https://github.com/bbatsov][@bbatsov]]. #+BEGIN_SRC elisp (use-package crux :ensure t + :custom + (crux-move-visually t "Move lines visually") :config - (global-set-key (kbd "C-c d") 'crux-delete-file-and-buffer) (global-set-key (kbd "C-c r") 'crux-rename-file-and-buffer) (global-set-key (kbd "C-c n") 'crux-cleanup-buffer-or-region) -- cgit v1.2.3