Преглед изворни кода

Added script to save all emacs files and quit

Samuel W. Flint пре 8 година
родитељ
комит
93bb6fd036
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      save-emacs-files-and-quit

+ 3 - 0
save-emacs-files-and-quit

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+emacsclient --eval "(save-files-and-quit)"