diff options
| -rw-r--r-- | .emacs.d/init.org | 3 | ||||
| -rw-r--r-- | .hunspell_ca_ES | 2 |
2 files changed, 4 insertions, 1 deletions
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 |
