feat: emacs - auto save on focus-out

This commit is contained in:
Ryan Yin
2024-01-03 00:54:59 +08:00
parent 26e5a3d12e
commit c9102ead4f
3 changed files with 39 additions and 20 deletions
@@ -8,6 +8,9 @@
(package! copilot
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el" "dist")))
(package! super-save
:recipe (:host github :repo "bbatsov/super-save" :files ("*.el" "dist")))
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package)