diff options
-rw-r--r-- | common/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |