branch: elpa/nix-mode
commit 2def0ccd6adffdcaeee1b8d560b79f0cbe058312
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
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.