From 24e470636a3434a3e2b7af2283c34f1b173ce6c3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 10 Jun 2016 14:05:51 -0700 Subject: [PATCH] crux-reopen-as-root-mode --- dotfiles/emacs.d/README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 64caf359..71384c67 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1571,7 +1571,11 @@ I use helm for almost all emacs completion *** crux #+BEGIN_SRC emacs-lisp (use-package crux - :bind (("C-c C-s" . crux-sudo-edit))) + :demand t + :bind (("C-c C-s" . crux-sudo-edit)) + :config + (progn + (crux-reopen-as-root-mode))) #+END_SRC ** Other #+BEGIN_SRC emacs-lisp