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
5 changed files with 10 additions and 2 deletions

View File

@ -39,6 +39,7 @@
helm-move-to-line-cycle-in-source t)
:config
(load "helm-autoloads" nil t)
(setq projectile-completion-system 'helm)
(defvar helm-projectile-find-file-map (make-sparse-keymap))