git.fiddlerwoaroof.com
Browse code

feat(emacs): add nix-mode

Edward Langley authored on 09/06/2021 20:45:31
Showing 1 changed files
... ...
@@ -739,3 +739,5 @@ With a prefix ARG invalidates the cache first."
739 739
   (which-key-mode 1)
740 740
   (which-key-posframe-mode 1))
741 741
 
742
+(use-package nix-mode
743
+  :ensure t)