summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 54ef4ba..f3051d4 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -386,8 +386,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 	version-control t
 	;; this will auto save to the current file
 	auto-save-visited-mode t)
-(add-hook 'focus-out-hook (lambda () (interactive) (save-some-buffers t)))
-(add-hook 'mouse-leave-buffer-hook (lambda () (interactive) (save-some-buffers t)))
 
 (use-package super-save
   :ensure t