* eldoc-box.el: Ensure macros are available at time of byte compile.

This commit is contained in:
Bas Alberts 2022-03-30 00:57:58 -04:00 committed by Yuan Fu
parent c0cbb8d919
commit c18023132d
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -40,6 +40,11 @@
(require 'cl-lib) (require 'cl-lib)
(require 'seq) (require 'seq)
;; https://www.gnu.org/software/emacs/manual/html_node/elisp/Compiling-Macros.html
(eval-when-compile
(require 'jsonrpc)
(require 'eglot))
;;;; Userland ;;;; Userland
;;;;; Variable ;;;;; Variable
(defgroup eldoc-box nil (defgroup eldoc-box nil