Remove manual loading of pkg-autoloads files
No longer necessary as of 0c80bb42
This commit is contained in:
parent
0b2548f7b1
commit
138ec2bf07
8 changed files with 5 additions and 20 deletions
|
@ -3,7 +3,6 @@
|
|||
(def-package! elm-mode
|
||||
:mode "\\.elm$"
|
||||
:config
|
||||
(load "elm-mode-autoloads" nil t)
|
||||
(add-hook! 'elm-mode-hook #'(flycheck-mode rainbow-delimiters-mode))
|
||||
(set! :company-backend 'elm-mode '(company-elm))
|
||||
(set! :repl 'elm-mode #'run-elm-interactive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue