Skip to content

Instantly share code, notes, and snippets.

@pogin503
Created July 11, 2015 13:57
Show Gist options
  • Save pogin503/f4b682d9a6e18cbbab4e to your computer and use it in GitHub Desktop.
Save pogin503/f4b682d9a6e18cbbab4e to your computer and use it in GitHub Desktop.
(defun save-all ()
(interactive)
(save-some-buffers t))
(add-hook 'focus-out-hook 'save-all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment