Adam Porter
Adam Porter
This seems very important to me. I'm trying to use this library to make a package that uses `emacsql` and `org`, and it doesn't seem practical to manually initialize the...
Thanks, Thierry. I'm not sure exactly what you mean, because that would still be dependent on the user's config. I was able to get it working by doing `(setq load-path...
@stsquad Did you post that on the wrong issue?
> It would be nice to split the project into smaller more reusable packages use this repo to provide an example of how these packages could be combined. Sounds good....
LOL, ok, thanks. I might try working on it myself, but my knowledge of C programming is minimal, and I'm not sure if it would even save you any time...
Cool. BTW, is your blog on Planet Emacsen? I just noticed it from your GitHub profile, but I don't think I've seen it on PE before.
I must respectfully disagree. For example, this article is as good as anything else on Planet Emacsen: http://cute-jumper.github.io/emacs/2015/12/18/quick-summary-a-few-emacs-packages-ive-written You should definitely submit your blog for inclusion, at least for the...
Hey, I'm sorry, I missed this! I just tried it and it works great! One question, when I change to a `src` block, it only offers `emacs-lisp` as the language....
Ah, yes, that's the issue. The problem is, users have to add languages to that manually, so it won't be an accurate representation of the language modes available in Emacs....
You're right, there's not a really clean solution. The best I can find at the moment is some combination of `auto-mode-alist` and `interpreter-mode-alist`, with the `-mode` chopped off each symbol....