emacsql: Use correct use-package keyword

This commit is contained in:
Jonas Bernoulli 2024-08-24 19:54:59 +02:00
parent 27c30f05af
commit 152b9fbb46
No known key found for this signature in database
GPG Key ID: 230C2EFBB326D927

View File

@ -64,7 +64,7 @@
(load custom-file)))
(use-package server
:commands (server-running-p)
:functions (server-running-p)
:config (or (server-running-p) (server-mode)))
(progn ; startup