emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/crux 2b4bf62 074/112: Give crux group to crux-reopen-as-ro


From: ELPA Syncer
Subject: [nongnu] elpa/crux 2b4bf62 074/112: Give crux group to crux-reopen-as-root-mode
Date: Wed, 11 Aug 2021 09:57:56 -0400 (EDT)

branch: elpa/crux
commit 2b4bf62b00a8140a44dc2d4d24a73d025e195694
Author: Jimmy Yuen Ho Wong <wyuenho@users.noreply.github.com>
Commit: Bozhidar Batsov <bozhidar.batsov@gmail.com>

    Give crux group to crux-reopen-as-root-mode
---
 crux.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crux.el b/crux.el
index dac93f6..53e644a 100644
--- a/crux.el
+++ b/crux.el
@@ -444,6 +444,7 @@ See also `crux-reopen-as-root-mode'."
   "Automatically reopen files as root if we can't write to them
 as the current user."
   :global t
+  :group 'crux
   (if crux-reopen-as-root-mode
       (add-hook 'find-file-hook #'crux-reopen-as-root)
     (remove-hook 'find-file-hook #'crux-reopen-as-root)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]