summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/herbstluftwm/autostart6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 6a4a3be..6ee33d8 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -1,4 +1,4 @@
-#!/usr/bin/guile # -*- eval: (git-auto-commit-mode 1) -*-
+#!/usr/bin/guile
!#
(define (hc command)
@@ -127,3 +127,7 @@ purposes"
;; Show panel
(system "~/.config/herbstluftwm/panel.sh &")
+
+;; Local Variables:
+;; eval: (git-auto-commit-mode 1)
+;; End: