Refactor modules to optimize autoloads + startup
This commit is contained in:
parent
8769c3187b
commit
0a78922471
18 changed files with 103 additions and 90 deletions
|
@ -22,9 +22,9 @@
|
|||
(use-package swift-mode
|
||||
:mode "\\.swift$"
|
||||
:init
|
||||
(def-company-backend! swift-mode (sourcekit yasnippet))
|
||||
(add-hook 'swift-mode-hook 'flycheck-mode)
|
||||
:config
|
||||
(def-company-backend! swift-mode (sourcekit yasnippet))
|
||||
(push 'swift flycheck-checkers))
|
||||
|
||||
(use-package company-sourcekit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue