diff options
| author | 2025-07-16 11:59:36 -0700 | |
|---|---|---|
| committer | 2025-07-16 11:59:36 -0700 | |
| commit | 074c10ac53a0666094f254d907e4a2fd672ba224 (patch) | |
| tree | b2d4237f50556cd49bc4b4ea4b604a19b1b83d8d /oni/home/services | |
| parent | 4c08eafca8f456344ec1cd47a58637e4c113c54a (diff) | |
| download | new-dotfiles-074c10ac53a0666094f254d907e4a2fd672ba224.tar.gz new-dotfiles-074c10ac53a0666094f254d907e4a2fd672ba224.zip | |
pop-os/stumpwm: Mark file as in stumwm-user package
This should make evaluating expressions in the file easier since it should know
that these should be evaluated in that package.
Diffstat (limited to 'oni/home/services')
| -rw-r--r-- | oni/home/services/stumpwm/pop-os-config.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oni/home/services/stumpwm/pop-os-config.lisp b/oni/home/services/stumpwm/pop-os-config.lisp index 3c047a5..9c0acb5 100644 --- a/oni/home/services/stumpwm/pop-os-config.lisp +++ b/oni/home/services/stumpwm/pop-os-config.lisp @@ -1,3 +1,5 @@ +(in-package :stumpwm-user) + (defvar *distraction-hook* nil "Hook where application scan register functions to call when I'm distracted.") |
