From 34d935ee7c4b5a529efb7cb2c16e45fb03aaa240 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 3 Dec 2024 10:48:36 +0000 Subject: [PATCH] Add python-pytest Emacs package --- system/home/emacs/default.nix | 1 + system/home/emacs/init.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/system/home/emacs/default.nix b/system/home/emacs/default.nix index 435ba37a..842c72cb 100644 --- a/system/home/emacs/default.nix +++ b/system/home/emacs/default.nix @@ -65,6 +65,7 @@ nix-mode lua-mode python-docstring + python-pytest auctex markdown-mode pandoc-mode diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index 8da3fce2..ce86c2c2 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -1286,6 +1286,9 @@ (use-package python-docstring :hook python-base-mode) +(use-package python-pytest + :defer t) + (use-package files :custom (view-read-only t)