From 3cd1464239633adf360ef436d9473c6164ce0d1b Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 12 Mar 2023 12:28:29 -0400 Subject: [PATCH] ADD nix --- etc/conf.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index 179f89e..9ed72bc 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1621,6 +1621,16 @@ Used for making fancy flowchart with dot. :straight t :hook ((graphviz-dot-mode . company-mode))) #+end_src +*** nix +:PROPERTIES: +:ID: 41134baf-583e-4cfd-a5e0-59cd5d272bba +:CREATED: [2023-03-10 Fri 20:02] +:END: +#+begin_src emacs-lisp +(use-package nix-mode + :straight t + :mode "\\.nix\\'") +#+end_src ** testing *** buttercup Include this so I can have the docs and indentation specs handy when writing test suites