fix general dependency in which-key

This commit is contained in:
Almarhoon Ibraheem 2024-06-26 19:23:37 +03:00
parent 5d24a2dfd7
commit b8ab551ca0

View file

@ -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