summaryrefslogtreecommitdiff
path: root/common/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'common/.emacs.d/init.el')
-rw-r--r--common/.emacs.d/init.el2
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