Skip to content

Commit

Permalink
Ensure company is loaded
Browse files Browse the repository at this point in the history
:commands were superfluous in this case. Yet, using either :commands or
:autoload causes package loading to be deferred. Use :demand to counter that.
  • Loading branch information
pkryger committed Dec 9, 2024
1 parent a69423f commit f9d8f47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/init-company.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@

(use-package company
:diminish "CA"
:commands (company-other-backend
company-begin-backend
company-abort)
:demand t
:autoload (company-begin-backend)
:init
(use-package forge-core
:ensure forge
Expand Down

0 comments on commit f9d8f47

Please sign in to comment.