Adam Porter
Adam Porter
I think this is because `makem.sh` loads the `package` library, because it needs that to load dependency packages that are installed by the package system. If you test a function...
AFAICT, `package` is loaded even when running `emacs -Q`, so I don't think it would make sense to manually unload it--it would cause Emacs's state to be more different from...
> @alphapapa interesting, but according to the original bug report ([jscheid/prettier.el#58](https://github.com/jscheid/prettier.el/issues/58)) it seems that it can happen in an interactive setting, outside `emacs --batch`. Maybe something that's changed in more...
Well, the summary as I understand it something like this: 1. Emacs loads the `package` library by default, except when called with `--batch`. 2. `package-install` can be configured to install...
See also #39.
See also #39.
FYI to those who are interested: https://github.com/alphapapa/makem.sh/commit/4bdfd81dd566558417f626e9cc33599644862d48 should make this much easier for custom words. Thanks to @josephmturner.
Thanks, that looks very cool.
Finally fixed. Thanks for your patience.
@minad Thanks. Since this issue was originally filed, `embark` has become quite a powerful tool, and it now has support for various Org-related actions: https://github.com/oantolin/embark/issues/562 So I think the best...