aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-10-11 19:26:33 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-10-11 19:26:33 +0200
commitdfaae48cf5eeb52e6f19e99a12121dfdbee5e14b (patch)
treedc5853c64ec45f73bc624e0f3cf83f93eaa09b9f /.emacs.d/init.org
parent9db3db60659340b5cf0cf040b14de4df38c17c0f (diff)
downloaddotfiles-dfaae48cf5eeb52e6f19e99a12121dfdbee5e14b.tar.gz
dotfiles-dfaae48cf5eeb52e6f19e99a12121dfdbee5e14b.zip
emacs: set crux to move visually
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org3
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)