From 31426bbb81e6626fb867e53c28200f6b113e9019 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 25 Sep 2025 11:39:42 -0500 Subject: Emacs: Make `write-string' utility suppress messages --- common/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/.emacs.d/init.el') diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index 57c79f7..a93530d 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -284,7 +284,7 @@ (write-region (point-min) (point-max) filename append - nil nil mustbenew))) + 'silent nil mustbenew))) (defun file-string (filename &optional beg end) (with-temp-buffer -- cgit v1.2.3