chor: clean up some configs and keybindings

This commit is contained in:
User
2026-06-24 08:42:08 +08:00
parent 979670e6dd
commit 128ec92eaf
6 changed files with 11 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
(defun restart-emacs ()
"Restart emacs (for Windows)"
(interactive)
(save-some-buffers)
(save-some-buffers)
(w32-shell-execute "open" "runemacs.exe")
(kill-emacs)))