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

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

[nongnu] elpa/nix-mode f7fa332705 155/500: Add nix-shell custom group


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode f7fa332705 155/500: Add nix-shell custom group
Date: Sat, 29 Jan 2022 08:27:02 -0500 (EST)

branch: elpa/nix-mode
commit f7fa332705698bce7b5f61520c3b2aa1ab4fd3db
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    Add nix-shell custom group
---
 nix-shell.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/nix-shell.el b/nix-shell.el
index 42e8ca9660..cb7725eaf4 100644
--- a/nix-shell.el
+++ b/nix-shell.el
@@ -19,9 +19,13 @@
 ;; (require 'nix-mode)
 (require 'term)
 
+(defgroup nix-shell nil
+  "Customizations for nix-shell"
+  :group nix)
+
 (defcustom nix-shell-executable "nix-shell"
   "Location of nix-shell executable."
-  :group 'nix)
+  :group 'nix-shell)
 
 ;;;###autoload
 (defun nix-shell (path attribute)



reply via email to

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