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

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

[nongnu] elpa/nix-mode 5b63478bcb 109/500: Make nix-flycheck optional.


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 5b63478bcb 109/500: Make nix-flycheck optional.
Date: Sat, 29 Jan 2022 08:26:41 -0500 (EST)

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

    Make nix-flycheck optional.
---
 nix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index a0c18a4e4c..abf8897c68 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -552,7 +552,7 @@
 (nix-create-keymap)
 (nix-create-menu)
 
-(when (featurep 'flycheck) (require 'nix-flycheck))
+(when (featurep 'flycheck) (require 'nix-flycheck nil 'noerror))
 
 (when (require 'company nil 'noerror) (add-to-list
                                        'company-backends



reply via email to

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