diff options
author | Case Duckworth | 2021-10-06 11:16:18 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-06 11:16:18 -0500 |
commit | d134922c7c5ff3ff9f86cb0c04100bdd5436c754 (patch) | |
tree | fdb5e9313677c63ebb83db1981dd7be967b87237 /init.el | |
parent | Fix eshell... I think (diff) | |
download | emacs-d134922c7c5ff3ff9f86cb0c04100bdd5436c754.tar.gz emacs-d134922c7c5ff3ff9f86cb0c04100bdd5436c754.zip |
Add open-paragraph
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index a1536c5..2361107 100644 --- a/init.el +++ b/init.el | |||
@@ -1222,7 +1222,7 @@ specific to most general, they are these: | |||
1222 | 1222 | ||
1223 | (setup (:straight crux) | 1223 | (setup (:straight crux) |
1224 | (:global "C-o" #'crux-smart-open-line | 1224 | (:global "C-o" #'crux-smart-open-line |
1225 | "M-o" #'crux-smart-open-line-above | 1225 | "M-o" #'open-paragraph |
1226 | "C-M-\\" #'crux-cleanup-buffer-or-region | 1226 | "C-M-\\" #'crux-cleanup-buffer-or-region |
1227 | "C-x 4 t" #'crux-transpose-windows) | 1227 | "C-x 4 t" #'crux-transpose-windows) |
1228 | 1228 | ||