diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 92a74b0..bfc736d 100644 --- a/init.el +++ b/init.el | |||
@@ -980,7 +980,9 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
980 | "C-o" crux-smart-open-line | 980 | "C-o" crux-smart-open-line |
981 | "M-o" crux-smart-open-line-above | 981 | "M-o" crux-smart-open-line-above |
982 | "C-M-\\" crux-cleanup-buffer-or-region | 982 | "C-M-\\" crux-cleanup-buffer-or-region |
983 | "C-x 4 t" crux-transpose-windows)) | 983 | "C-x 4 t" crux-transpose-windows) |
984 | |||
985 | (crux-reopen-as-root-mode +1)) | ||
984 | 986 | ||
985 | ;; requires extension: | 987 | ;; requires extension: |
986 | ;; https://addons.mozilla.org/en-US/firefox/addon/edit-with-emacs1/ | 988 | ;; https://addons.mozilla.org/en-US/firefox/addon/edit-with-emacs1/ |