Skip to content

Commit

Permalink
Merge pull request #300 from richardwesthaver/default
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
PuercoPop authored Dec 8, 2024
2 parents 7f0bc88 + ab2fba2 commit c4f077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/beckon/package.lisp
Original file line number Diff line number Diff line change
@@ -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*))

0 comments on commit c4f077b

Please sign in to comment.