From 284493fb175007b2d26a1a773fd4bdb2d317dd24 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 2 Aug 2020 21:56:43 -0400 Subject: [PATCH] ADD buttercup --- etc/conf.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index 1aa696b..520407e 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -31,6 +31,7 @@ This is my personal emacs config. It is quite massive. Please use the table of c - [[#parenthesis-matching][parenthesis matching]] - [[#sudo-edit][sudo edit]] - [[#formats-and-languages][formats and languages]] + - [[#testing][testing]] - [[#org-mode][org-mode]] - [[#low-level-config-1][low-level config]] - [[#buffer-interface][buffer interface]] @@ -1327,6 +1328,13 @@ No custom code here, but flycheck needs =sqlint= (on Arch available through the (use-package dockerfile-mode :straight t) #+END_SRC +** testing +*** buttercup +Include this so I can have the docs and indentation specs handy when writing test suites +#+BEGIN_SRC emacs-lisp +(use-package buttercup + :straight t) +#+END_SRC * org-mode ** low-level config *** modules