From 62411fde6951c80ee4947a8cfe631c72fb3a6f4d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 11 Sep 2024 11:51:35 +0100 Subject: [PATCH] Add listings package for LaTeX source code highlighting --- system/home/emacs/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/home/emacs/default.nix b/system/home/emacs/default.nix index 93edb7b4..5a6d8e45 100644 --- a/system/home/emacs/default.nix +++ b/system/home/emacs/default.nix @@ -57,7 +57,7 @@ epkgs: with epkgs; [ treesit-grammars.with-all-grammars mu4e - emacsql-sqlite + emacsql-sqlite ]; }; home.packages = with pkgs; [ @@ -86,6 +86,7 @@ ulem hyperref capt-of + listings ; })