about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-23 20:23:37 -0500
committerCase Duckworth2021-05-23 20:23:37 -0500
commit735a6efc6342945a38f3a404761e8cad8c183ec7 (patch)
treee8b8eca7e26494b8abe61b216ef338a194349435 /init.el
parentFurther customize ibuffer (diff)
downloademacs-735a6efc6342945a38f3a404761e8cad8c183ec7.tar.gz
emacs-735a6efc6342945a38f3a404761e8cad8c183ec7.zip
Remove crux-reopen-as-root-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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