diff options
author | Case Duckworth | 2021-08-11 20:25:40 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-11 20:25:40 -0500 |
commit | ed938fc096e2fd675f3e52842fea331630f67491 (patch) | |
tree | 4599bec2d44f16187f925378f9b3f191680663b3 | |
parent | Change font (diff) | |
download | emacs-ed938fc096e2fd675f3e52842fea331630f67491.tar.gz emacs-ed938fc096e2fd675f3e52842fea331630f67491.zip |
Enable `crux-reopen-as-root-mode'
-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/ |