Skip to content

Commit

Permalink
[fu] init-company use :functions to clean warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 12, 2024
1 parent 59dc5ea commit a615a70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/init-company.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
(eval-when-compile
(unless (featurep 'init-require)
(load (file-name-concat (locate-user-emacs-file "modules") "init-require"))))
(exordium-require 'init-forge)
(exordium-require 'init-forge nil
:functions (forge-get-repository))

(eval-when-compile
(use-package rtags)) ; init-rtags
Expand Down

0 comments on commit a615a70

Please sign in to comment.