forked from lix-project/lix
make nix-mode provide 'nix-mode
this enables (require 'nix-mode)
This commit is contained in:
parent
538b7caab0
commit
8fcaf3e9c6
|
@ -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