summary refs log tree commit diff stats
path: root/basics.el
diff options
context:
space:
mode:
Diffstat (limited to 'basics.el')
-rw-r--r--basics.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/basics.el b/basics.el index 24e5047..428dcd1 100644 --- a/basics.el +++ b/basics.el
@@ -570,8 +570,7 @@ N spaces."
570 570
571(use-package crux 571(use-package crux
572 :ensure t :demand t 572 :ensure t :demand t
573 :bind (("C-o" . crux-smart-open-line) 573 :bind (("C-x 4 t" . crux-transpose-windows))
574 ("C-x 4 t" . crux-transpose-windows))
575 :config 574 :config
576 (crux-with-region-or-buffer indent-region) 575 (crux-with-region-or-buffer indent-region)
577 (crux-with-region-or-buffer tabify) 576 (crux-with-region-or-buffer tabify)