Remove manual loading of pkg-autoloads files

No longer necessary as of 0c80bb42
This commit is contained in:
Henrik Lissner 2018-02-28 17:13:40 -05:00
parent 0b2548f7b1
commit 138ec2bf07
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
8 changed files with 5 additions and 20 deletions

View file

@ -4,9 +4,7 @@
:mode "\\.purs$"
:config
(add-hook! 'purescript-mode-hook
#'(flycheck-mode purescript-indentation-mode rainbow-delimiters-mode))
(load "purescript-mode-autoloads" nil t))
#'(flycheck-mode purescript-indentation-mode rainbow-delimiters-mode)))
;; (def-package! flycheck-purescript
;; :after purescript-mode