Skip to content

Commit

Permalink
[fu] init-forge use :funcitons to clean warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 12, 2024
1 parent 00b2d09 commit 04352f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/init-forge.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
(eval-when-compile
(unless (featurep 'init-require)
(load (file-name-concat (locate-user-emacs-file "modules") "init-require"))))
(exordium-require 'init-git)
(exordium-require 'init-markdown)
(exordium-require 'init-git nil
:functions (magit-refresh magit-git-string))
(exordium-require 'init-markdown nil
:functions (markdown-preview))

(use-package async
:autoload (async-inject-variables))
Expand Down

0 comments on commit 04352f8

Please sign in to comment.