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

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

[nongnu] elpa/nix-mode e1f3af50bc 2/3: Make flycheck happier


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode e1f3af50bc 2/3: Make flycheck happier
Date: Wed, 31 Aug 2022 00:58:58 -0400 (EDT)

branch: elpa/nix-mode
commit e1f3af50bc18f1b0dc23373fa5c714e9cbee2bd9
Author: Daniel Nagy <danielnagy@posteo.de>
Commit: Daniel Nagy <danielnagy@posteo.de>

    Make flycheck happier
---
 nix-flake.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/nix-flake.el b/nix-flake.el
index b0c11397fa..d40d96e07e 100644
--- a/nix-flake.el
+++ b/nix-flake.el
@@ -2,6 +2,8 @@
 
 ;; Keywords: nix, languages, tools, unix
 ;; Package-Requires: ((emacs "27.1") (transient "0.3"))
+;; Homepage: https://github.com/NixOS/nix-mode
+;; Version: 1.4.4
 
 ;;; Commentary:
 
@@ -15,7 +17,7 @@
 (require 'transient)
 
 (defgroup nix-flake nil
-  "Nix flake commands"
+  "Nix flake commands."
   :group 'nix)
 
 ;;;; Custom variables
@@ -23,7 +25,7 @@
 (defcustom nix-flake-init-post-action 'open-flake-nix
   "Action to run after successfully initializing a flake.
 
-This action is run after a flake is successlly initialized by
+This action is run after a flake is successfully initialized by
 `nix-flake-init` (or generally `nix-flake-dispatch`).
 
 You can also specify a function, which should take no arguments.



reply via email to

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