Silence all results in the library

main
Jacopo De Simoi 6 months ago
parent a80def64e4
commit 00f1c27433
  1. 4
      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 )

Loading…
Cancel
Save