make nix-mode provide 'nix-mode
this enables (require 'nix-mode)
This commit is contained in:
parent
538b7caab0
commit
8fcaf3e9c6
1 changed files with 2 additions and 0 deletions
|
@ -107,3 +107,5 @@ The hook `nix-mode-hook' is run when Nix mode is started.
|
|||
|
||||
(setq auto-mode-alist (cons '("\\.nix\\'" . nix-mode) auto-mode-alist))
|
||||
(setq auto-mode-alist (cons '("\\.nix.in\\'" . nix-mode) auto-mode-alist))
|
||||
|
||||
(provide 'nix-mode)
|
||||
|
|
Loading…
Reference in a new issue