diff options
Diffstat (limited to 'oni/home/services')
| -rw-r--r-- | oni/home/services/stumpwm.scm | 1 | ||||
| -rw-r--r-- | oni/home/services/stumpwm/stumpwm.lisp (renamed from oni/home/services/stumpwm/config) | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/stumpwm.scm b/oni/home/services/stumpwm.scm index eabc944..1e221b2 100644 --- a/oni/home/services/stumpwm.scm +++ b/oni/home/services/stumpwm.scm @@ -98,6 +98,7 @@ `(("stumpwm/config" ,(mixed-text-file "config" + ";; -*- mode: lisp; -*-\n" "(setq *locker-program* \"" (home-stumpwm-configuration-locker-program config) "\")\n" (serialize-text-config config (home-stumpwm-configuration-configurations config)))))) diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/stumpwm.lisp index 36208c5..9a74c10 100644 --- a/oni/home/services/stumpwm/config +++ b/oni/home/services/stumpwm/stumpwm.lisp @@ -1,4 +1,3 @@ -;; -*- mode: lisp; -*- (in-package :stumpwm-user) (require 'swank) |
