Skip to content

Commit 8eb1a6b

Browse files
committed
Fix byte-compile error for copilot
1 parent 84b8d45 commit 8eb1a6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/config-intel.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,9 @@ is binary, activate `hexl-mode'."
532532
(use-package copilot
533533
:recipe (copilot :host github :repo "zerolfx/copilot.el" :files ("dist" "*.el"))
534534
:config
535+
(eval-when-compile
536+
(with-demoted-errors "Load error: %s"
537+
(require 'evil-core)))
535538
(evil-define-key 'insert copilot-mode-map (kbd "<backtab>")
536539
#'copilot-accept-completion))
537540

0 commit comments

Comments
 (0)