* eldoc-box.el: Ensure macros are available at time of byte compile.
This commit is contained in:
parent
c0cbb8d919
commit
c18023132d
@ -40,6 +40,11 @@
|
||||
(require 'cl-lib)
|
||||
(require 'seq)
|
||||
|
||||
;; https://www.gnu.org/software/emacs/manual/html_node/elisp/Compiling-Macros.html
|
||||
(eval-when-compile
|
||||
(require 'jsonrpc)
|
||||
(require 'eglot))
|
||||
|
||||
;;;; Userland
|
||||
;;;;; Variable
|
||||
(defgroup eldoc-box nil
|
||||
|
Loading…
Reference in New Issue
Block a user