forked from colonelpanic/dotfiles
crux-reopen-as-root-mode comment fix
This commit is contained in:
parent
e8052339c8
commit
979b3b9646
@ -1615,8 +1615,8 @@ realgud provides debugging support with many external debuggers in emacs
|
|||||||
("d" imalison:term-hydra-default-directory/body :exit t))))
|
("d" imalison:term-hydra-default-directory/body :exit t))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** crux
|
*** crux
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
crux-reopen-as-root-mode makes it so that any file owned by root will automatically be opened as the root user.
|
crux-reopen-as-root-mode makes it so that any file owned by root will automatically be opened as the root user.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package crux
|
(use-package crux
|
||||||
:demand t
|
:demand t
|
||||||
:bind (("C-c C-s" . crux-sudo-edit))
|
:bind (("C-c C-s" . crux-sudo-edit))
|
||||||
|
Loading…
Reference in New Issue
Block a user