From 00f1c274335b028a7e7b9bcbd9bfca4161d1cdad Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 3 Sep 2025 15:51:49 -0400 Subject: [PATCH] Silence all results in the library --- lib/lib-advent.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/lib-advent.org b/lib/lib-advent.org index 9106ed1..68e7ad8 100644 --- a/lib/lib-advent.org +++ b/lib/lib-advent.org @@ -1,6 +1,8 @@ #+title: A collection of helper functions for Advent of Code +#+property: header-args :results none + * Input manipulation -#+begin_src emacs-lisp :results none +#+begin_src emacs-lisp (require 'dash) (defun advent/replace-multiple-regex-buffer (regex-list) "Takes REGEX-LIST as an alist ( regex . replacement )