summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-21 11:50:34 -0500
committerCase Duckworth2021-04-21 11:50:34 -0500
commitfda8192c81df5465effd3abee235b5f22e429435 (patch)
treea299b90293deecfc9f568935b7504274e92e02e4 /init.el
parentAdd advice to kill lines and join (diff)
downloademacs-fda8192c81df5465effd3abee235b5f22e429435.tar.gz
emacs-fda8192c81df5465effd3abee235b5f22e429435.zip
Add keybinding for crux-transpose-windows
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 18cc30d..108fcd9 100644 --- a/init.el +++ b/init.el
@@ -568,7 +568,8 @@
568 (:global "M-`" crux-other-window-or-switch-buffer 568 (:global "M-`" crux-other-window-or-switch-buffer
569 "C-o" crux-smart-open-line 569 "C-o" crux-smart-open-line
570 "M-o" crux-smart-open-line-above 570 "M-o" crux-smart-open-line-above
571 "C-M-\\" crux-cleanup-buffer-or-region) 571 "C-M-\\" crux-cleanup-buffer-or-region
572 "C-x 4 t" crux-transpose-windows)
572 (crux-reopen-as-root-mode +1)) 573 (crux-reopen-as-root-mode +1))
573 574
574(setup (:straight avy) 575(setup (:straight avy)