Nix language support for Emacs
This commit is contained in:
@@ -18,4 +18,5 @@
|
|||||||
(require 'thoom-tweaks)
|
(require 'thoom-tweaks)
|
||||||
(require 'thoom-org)
|
(require 'thoom-org)
|
||||||
(require 'thoom-lisp)
|
(require 'thoom-lisp)
|
||||||
|
(require 'thoom-nix)
|
||||||
(require 'thoom-git)
|
(require 'thoom-git)
|
||||||
|
|||||||
5
thoom-emacs/modules/thoom-nix.el
Normal file
5
thoom-emacs/modules/thoom-nix.el
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
(provide 'thoom-nix)
|
||||||
|
|
||||||
|
(use-package nix-mode
|
||||||
|
:ensure t
|
||||||
|
:mode "\\.nix\\'")
|
||||||
Reference in New Issue
Block a user