diff options
author | Adrian Kummerlaender | 2020-06-11 14:54:08 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-06-11 14:54:08 +0200 |
commit | 6c0532300e5df06cba7fdc37ea9fda5b9e54be2c (patch) | |
tree | 5f68651ae564477a45cb07d646b7ac0804065321 | |
parent | 0d07c0f045f6af59b2c929a7da95dfad48337a96 (diff) | |
download | nixos_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.el | 2 |
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) |