diff options
author | Case Duckworth | 2021-05-23 20:23:37 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-23 20:23:37 -0500 |
commit | 735a6efc6342945a38f3a404761e8cad8c183ec7 (patch) | |
tree | e8b8eca7e26494b8abe61b216ef338a194349435 | |
parent | Further customize ibuffer (diff) | |
download | emacs-735a6efc6342945a38f3a404761e8cad8c183ec7.tar.gz emacs-735a6efc6342945a38f3a404761e8cad8c183ec7.zip |
Remove crux-reopen-as-root-mode
-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 |