summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)