stumpwm.stumpwm-contrib/util/winner-mode/winner-mode.asd
Florian MARGAINE c92dc3c88c
Adds winner-mode module.
winner-mode lets you have a similar workflow as in emacs, using its
winner-mode. Whenever possible, the layout is dumped to a file, and a
few commands let you cycle through the dumped layouts.
2015-10-01 11:40:50 +02:00

12 lines
357 B
Common Lisp

(asdf:defsystem #:winner-mode
:serial t
:description "Emacs' winner-mode for StumpWM"
:author "Florian Margaine <florian@margaine.com>"
:license "GPLv3"
:depends-on (:stumpwm)
:components ((:file "package")
(:file "macros")
(:file "variables")
(:file "dumper")
(:file "winner-mode")))