summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el index 17d60e1..9480991 100644 --- a/init.el +++ b/init.el
@@ -1297,8 +1297,7 @@ already been connected to."
1297(setup (:straight crux) 1297(setup (:straight crux)
1298 1298
1299 (:global "C-x o" acdw/other-window-or-switch-buffer 1299 (:global "C-x o" acdw/other-window-or-switch-buffer
1300 ;; This is about to get WILD! 1300 "C-o" crux-smart-open-line
1301 "M-l" crux-smart-open-line
1302 "M-o" crux-smart-open-line-above 1301 "M-o" crux-smart-open-line-above
1303 "C-M-\\" crux-cleanup-buffer-or-region 1302 "C-M-\\" crux-cleanup-buffer-or-region
1304 "C-x 4 t" crux-transpose-windows) 1303 "C-x 4 t" crux-transpose-windows)