From 613ed24c13366c5af141a90a3a9402b724a6b8c5 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 27 Sep 2024 18:34:35 -0500 Subject: add nix support --- css/stylesheet.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css') diff --git a/css/stylesheet.css b/css/stylesheet.css index c292e5a..c60a35b 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -422,6 +422,9 @@ pre.src-desktop:before { pre.src-yaml:before { content: "YAML"; } +pre.src-nix:before { + content: "nix"; +} /* add a generic configuration mode; LaTeX export needs an additional (add-to-list 'org-latex-listings-langs '(conf \" \")) in .emacs */ pre.src-conf:before { -- cgit v1.2.3