Merge pull request #300 from richardwesthaver/default

typo
This commit is contained in:
Javier Olaechea 2024-12-07 20:55:38 -05:00 committed by GitHub
commit c4f077b1fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
(defpackage #:beckon
(:use #:cl)
(:import-from #:stumpwm #:defcommand #:window-frame #:ratwarp #:current-window #:frame-x #:frame-y #:frame-height #:frame-width)
(:export #:beckon #:*window-height-fraction* #:*window-width-fractionn*))
(:export #:beckon #:*window-height-fraction* #:*window-width-fraction*))