Bring back aggressive loading of autoloads files #446

package-initialize, once again, isn't called on every startup, which
means package autoloads won't be loaded in most interactive sessions, so
must do it manually for certain packages.
This commit is contained in:
Henrik Lissner 2018-03-07 03:01:15 -05:00
parent 54393534ff
commit 0cfe8e305e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 10 additions and 2 deletions

View file

@ -15,6 +15,7 @@
:interpreter (("runghc" . haskell-mode)
("runhaskell" . haskell-mode))
:config
(load "haskell-mode-autoloads" nil t)
(set! :repl 'haskell-mode #'switch-to-haskell)
(push ".hi" completion-ignored-extensions)