summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 426274b..0603775 100644
--- a/init.el
+++ b/init.el
@@ -603,6 +603,7 @@
;;; Buffers and files
(setq require-final-newline t)
+(setq write-region-inhibit-fsync t)
;; Disable `suspend-frame' binding.
(global-set-key (kbd "C-x C-z") nil)