Add nix-mode
This commit is contained in:
parent
8c247b7e4b
commit
02891efc87
3
init.el
3
init.el
|
@ -315,6 +315,9 @@
|
||||||
(use-package json-mode
|
(use-package json-mode
|
||||||
:mode "\\.js\\(?:on\\|[hl]int\\(?:rc\\)?\\)\\'")
|
:mode "\\.js\\(?:on\\|[hl]int\\(?:rc\\)?\\)\\'")
|
||||||
|
|
||||||
|
(use-package nix-mode
|
||||||
|
:mode "\\.nix'")
|
||||||
|
|
||||||
(use-package markdown-mode
|
(use-package markdown-mode
|
||||||
:mode ("README\\.md\\'" . gfm-mode)
|
:mode ("README\\.md\\'" . gfm-mode)
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Reference in a new issue