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

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

[nongnu] elpa/nix-mode 719482b701 148/500: Update customizations for Nix


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 719482b701 148/500: Update customizations for Nix related modes.
Date: Sat, 29 Jan 2022 08:26:59 -0500 (EST)

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

    Update customizations for Nix related modes.
---
 nix-mode.el  | 8 ++++++++
 nix-shell.el | 3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/nix-mode.el b/nix-mode.el
index 8f229389bc..d7acf5369d 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -24,6 +24,14 @@
 
 (require 'nix-format nil 'noerror)
 
+(defgroup nix nil
+  "Nix-related customizations"
+  :group 'languages)
+
+(defgroup nix-mode nil
+  "Nix mode customizations"
+  :group 'nix)
+
 ;;; Syntax coloring
 
 (defconst nix-keywords
diff --git a/nix-shell.el b/nix-shell.el
index 4ce523f402..a7892a5148 100644
--- a/nix-shell.el
+++ b/nix-shell.el
@@ -10,12 +10,11 @@
 
 ;;; Code:
 
-
 (require 'term)
 
 (defcustom nix-shell-executable "nix-shell"
   "Location of nix-shell executable."
-  :group 'nix-mode)
+  :group 'nix)
 
 ;;;###autoload
 (defun nix-shell (attribute)



reply via email to

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