diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el index 0c0fec9..1588b22 100644 --- a/init.el +++ b/init.el | |||
@@ -841,9 +841,7 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
841 | "C-o" crux-smart-open-line | 841 | "C-o" crux-smart-open-line |
842 | "M-o" crux-smart-open-line-above | 842 | "M-o" crux-smart-open-line-above |
843 | "C-M-\\" crux-cleanup-buffer-or-region | 843 | "C-M-\\" crux-cleanup-buffer-or-region |
844 | "C-x 4 t" crux-transpose-windows) | 844 | "C-x 4 t" crux-transpose-windows)) |
845 | |||
846 | (crux-reopen-as-root-mode +1)) | ||
847 | 845 | ||
848 | (setup (:straight (electric-cursor | 846 | (setup (:straight (electric-cursor |
849 | :host github | 847 | :host github |