diff options
Diffstat (limited to '.emacs.d/init.org')
| -rw-r--r-- | .emacs.d/init.org | 3 |
1 files changed, 2 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) |
