crux-reopen-as-root-mode comment fix

This commit is contained in:
Ivan Malison 2016-06-13 12:18:17 -07:00
parent e8052339c8
commit 979b3b9646

View File

@ -1615,8 +1615,8 @@ realgud provides debugging support with many external debuggers in emacs
("d" imalison:term-hydra-default-directory/body :exit t))))
#+END_SRC
*** 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.
#+BEGIN_SRC emacs-lisp
(use-package crux
:demand t
:bind (("C-c C-s" . crux-sudo-edit))