mirror of
https://github.com/ebeem/guile-swayer.git
synced 2024-12-25 21:59:00 +01:00
fix general dependency in which-key
This commit is contained in:
parent
5d24a2dfd7
commit
b8ab551ca0
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
(define-module (modules which-key)
|
(define-module (modules which-key)
|
||||||
#:use-module (swayipc)
|
#:use-module (swayipc)
|
||||||
|
#:use-module (modules general)
|
||||||
#:use-module (ice-9 hash-table)
|
#:use-module (ice-9 hash-table)
|
||||||
#:use-module (srfi srfi-18)
|
#:use-module (srfi srfi-18)
|
||||||
#:export (which-key-init
|
#:export (which-key-init
|
||||||
|
|
Loading…
Reference in a new issue