mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
4 lines
132 B
Common Lisp
4 lines
132 B
Common Lisp
(defpackage #:winner-mode
|
|
(:use :cl)
|
|
(:export :winner-undo :winner-redo :*tmp-folder* :dump-group-to-file :*default-commands*))
|