From f54ceeb05124ff678f2e87b6fd654703fac08ae5 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 6 Apr 2020 14:12:27 +0200 Subject: [PATCH] Made code block silent on execution --- org/config/spacemacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index 1a75943..26d34a7 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -1485,7 +1485,7 @@ I was very surprised when I discovered no such function exists in Elisp. This function basically writes a string into a buffer, and optionally switches the user to the buffer. Here is the code for that function: - #+BEGIN_SRC elisp + #+BEGIN_SRC elisp :results silent (defun write-to-buffer (input-string outputbuf &optional switchbuf) "Writes `input-string' to the specified `output-buffer'. If `switch-buffer' is non-nil, the active buffer will switch to the