diff options
| author | 2025-04-22 10:35:28 -0700 | |
|---|---|---|
| committer | 2025-04-22 10:35:28 -0700 | |
| commit | 37a826f2e8e0098171d7ebd73078befa8373d709 (patch) | |
| tree | 060c6962d265f56fe0cb0a752fd81612362b08ef /oni/home/services | |
| parent | 2e7ace2f7982ef734887d63b1e28bd3759cc4652 (diff) | |
| download | new-dotfiles-37a826f2e8e0098171d7ebd73078befa8373d709.tar.gz new-dotfiles-37a826f2e8e0098171d7ebd73078befa8373d709.zip | |
Rename stumpwm/config to stumpwm.lisp
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) |
