about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-11 20:25:40 -0500
committerCase Duckworth2021-08-11 20:25:40 -0500
commited938fc096e2fd675f3e52842fea331630f67491 (patch)
tree4599bec2d44f16187f925378f9b3f191680663b3 /init.el
parentChange font (diff)
downloademacs-ed938fc096e2fd675f3e52842fea331630f67491.tar.gz
emacs-ed938fc096e2fd675f3e52842fea331630f67491.zip
Enable `crux-reopen-as-root-mode'
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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/