aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-11 14:54:08 +0200
committerAdrian Kummerlaender2020-06-11 14:54:08 +0200
commit6c0532300e5df06cba7fdc37ea9fda5b9e54be2c (patch)
tree5f68651ae564477a45cb07d646b7ac0804065321
parent0d07c0f045f6af59b2c929a7da95dfad48337a96 (diff)
downloadnixos_home-6c0532300e5df06cba7fdc37ea9fda5b9e54be2c.tar
nixos_home-6c0532300e5df06cba7fdc37ea9fda5b9e54be2c.tar.gz
nixos_home-6c0532300e5df06cba7fdc37ea9fda5b9e54be2c.tar.bz2
nixos_home-6c0532300e5df06cba7fdc37ea9fda5b9e54be2c.tar.lz
nixos_home-6c0532300e5df06cba7fdc37ea9fda5b9e54be2c.tar.xz
nixos_home-6c0532300e5df06cba7fdc37ea9fda5b9e54be2c.tar.zst
nixos_home-6c0532300e5df06cba7fdc37ea9fda5b9e54be2c.zip
Add Nix syntax highlighting to Emacs
-rw-r--r--gui/conf/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index 0dc1be2..d920fad 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -74,6 +74,8 @@
(setq browse-url-browser-function 'eww-browse-url)
+(use-package nix-mode
+ :ensure t)
(use-package nix-buffer
:ensure t)