ADD nix
This commit is contained in:
parent
0ad7d01fc7
commit
3cd1464239
10
etc/conf.org
10
etc/conf.org
|
@ -1621,6 +1621,16 @@ Used for making fancy flowchart with dot.
|
||||||
:straight t
|
:straight t
|
||||||
:hook ((graphviz-dot-mode . company-mode)))
|
:hook ((graphviz-dot-mode . company-mode)))
|
||||||
#+end_src
|
#+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
|
** testing
|
||||||
*** buttercup
|
*** buttercup
|
||||||
Include this so I can have the docs and indentation specs handy when writing test suites
|
Include this so I can have the docs and indentation specs handy when writing test suites
|
||||||
|
|
Loading…
Reference in New Issue