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

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

[nongnu] elpa/nix-mode 2def0ccd6a 191/500: Add autoload for company-nix


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 2def0ccd6a 191/500: Add autoload for company-nix command
Date: Sat, 29 Jan 2022 08:27:05 -0500 (EST)

branch: elpa/nix-mode
commit 2def0ccd6adffdcaeee1b8d560b79f0cbe058312
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Add autoload for company-nix command
---
 nix-company.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix-company.el b/nix-company.el
index 19ca5cb617..8922f89a10 100644
--- a/nix-company.el
+++ b/nix-company.el
@@ -10,6 +10,7 @@
 (require 'cl-lib)
 (require 'company)
 
+;;;###autoload
 (defun company-nix (command &optional arg &rest _)
   "Company backend for Nix.
 



reply via email to

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