diff options
author | Case Duckworth | 2021-09-01 18:13:22 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-01 18:13:22 -0500 |
commit | a8f001eeef2c30bb88f388f55f7331a2cd9f61ea (patch) | |
tree | f98b4985417b776c3e8ad0ad29899912e3a4aafa | |
parent | Make circe look even betterer (diff) | |
download | emacs-a8f001eeef2c30bb88f388f55f7331a2cd9f61ea.tar.gz emacs-a8f001eeef2c30bb88f388f55f7331a2cd9f61ea.zip |
Rebind open-line back to C-o
Open-link is now C-c C-o (and C-c o)
-rw-r--r-- | init.el | 3 |
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) |