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

Added script to save emacs files

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

+ 3 - 0
save-emacs-files

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+emacsclient --eval '(save-some-buffers t nil)'