From 979b3b9646075bbe76b09c125a1f516707f231f1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 13 Jun 2016 12:18:17 -0700 Subject: [PATCH] crux-reopen-as-root-mode comment fix --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index ee3fde56..0ba8b606 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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))