This commit is contained in:
Nathan Dwarshuis 2023-03-12 12:28:29 -04:00
parent 0ad7d01fc7
commit 3cd1464239
1 changed files with 10 additions and 0 deletions

View File

@ -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