about summary refs log tree commit diff stats
path: root/basics.el
diff options
context:
space:
mode:
authorCase Duckworth2023-01-17 10:21:42 -0600
committerCase Duckworth2023-01-17 10:21:42 -0600
commit5461636e1dcb3f44e0c876fb79f55cf5d59070cf (patch)
treec63cb2ff9ea45f84c762cba960b6ce2e4594e8c5 /basics.el
parentAdd acdw-web.el (diff)
downloademacs-5461636e1dcb3f44e0c876fb79f55cf5d59070cf.tar.gz
emacs-5461636e1dcb3f44e0c876fb79f55cf5d59070cf.zip
changes
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)