diff options
author | Case Duckworth | 2021-03-31 18:59:28 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-31 18:59:28 -0500 |
commit | 88b4590bd425e3caabc3f7adb44e440f19a5cf55 (patch) | |
tree | 712e18ca5de13d73ba77c447f5df2b6ae0e47c4a | |
parent | Add `outshine' (diff) | |
download | emacs-88b4590bd425e3caabc3f7adb44e440f19a5cf55.tar.gz emacs-88b4590bd425e3caabc3f7adb44e440f19a5cf55.zip |
Change binding to `crux-smart-open-line'
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 0594b84..81fde98 100644 --- a/init.el +++ b/init.el | |||
@@ -377,7 +377,7 @@ | |||
377 | (:acdw/map "M-o" crux-other-window-or-switch-buffer | 377 | (:acdw/map "M-o" crux-other-window-or-switch-buffer |
378 | "C-k" crux-kill-and-join-forward | 378 | "C-k" crux-kill-and-join-forward |
379 | "C-o" crux-smart-open-line-above | 379 | "C-o" crux-smart-open-line-above |
380 | "C-j" crux-smart-open-line | 380 | "C-S-o" crux-smart-open-line |
381 | "C-M-\\" crux-cleanup-buffer-or-region | 381 | "C-M-\\" crux-cleanup-buffer-or-region |
382 | "C-c i" crux-find-user-init-file) | 382 | "C-c i" crux-find-user-init-file) |
383 | (crux-reopen-as-root-mode +1)) | 383 | (crux-reopen-as-root-mode +1)) |