summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 9eb7311..1dc5ecc 100644
--- a/init.el
+++ b/init.el
@@ -144,4 +144,7 @@
:config
(setq rust-format-on-save t))
+(use-package nix-mode
+ :mode "\\.nix\\'")
+
(load "~/.config/emacs/42header.el")