summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.org b/README.org
index cf91620..40b1558 100644
--- a/README.org
+++ b/README.org
@@ -209,6 +209,11 @@ These settings ensure that block highlights aren't visible when collapsed.
:config
(setq rust-format-on-save t))
#+end_src
+*** Nix
+#+begin_src elisp
+ (use-package nix-mode
+ :mode "\\.nix\\'")
+#+end_src
* 42
** Header
#+begin_src elisp