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 ++- .hunspell_ca_ES | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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) diff --git a/.hunspell_ca_ES b/.hunspell_ca_ES index 68eb4e2..90aeb9d 100644 --- a/.hunspell_ca_ES +++ b/.hunspell_ca_ES @@ -48,3 +48,5 @@ Guasch Molner LaTeX d'Olivares +plebeïtzació +interdialectals -- cgit v1.2.3