Re: [O] use-package and "Error Autoloading file"

2018-10-17 Thread Matt Price
oh jeez, this was a trivial fix: :mode "\\.org" . ;; ---> :mode ("\\.org" . org-mode) Sorry for the noise, hope that maybe someone benefits from my stupidity! On Wed, Oct 17, 2018 at 11:53 AM Matt Price wrote: > Hello everyone, > > I'm trying to switch my config over to use-package and

[O] use-package and "Error Autoloading file"

2018-10-17 Thread Matt Price
Hello everyone, I'm trying to switch my config over to use-package and running into an issue with org. Most of my init file seems to be org-related (!), so I won't post the whole thing, but will try to summarize. I've also posted a bug report to the use-package repo ( https://github.com/jwiegley/u