Lee Hinman
Lee Hinman
I looked into this, I was thinking this might be better handled with json-mode, in fact, highlighting an expression and doing `M-x json-mode-beautify` does exactly what I think you want....
Nothing wrong with yasnippets, I just meant that the dependency should be optional, and available if yasnippet were already installed
I pushed a commit starting this, but waiting for https://github.com/melpa/melpa/pull/4833 to get in before adding more snippets.
> Problem: es-mode does not read .authinfo but a es-mode block in org-mode does. I believe this may be due to es-mode using a different http request library than org-mode...
(for my reference) looks like I could use the `auth-source` library to access the `.authinfo.gpg` file to get the credentials needed https://www.gnu.org/software/emacs/manual/html_mono/auth.html
I'd prefer to leave this open, I do think it would be an interesting feature, and you never know when I (or someone!) would have time to work on it.
Hi @vedang, > es-cc-endpoint is not queried on the fly (unlike es-endpoint-url), so this breaks the overall experience of the mode. Yes, I definitely need to change that to be...
@vedang okay, I pushed a commit that should add support for 1.7.x (I tested it locally), it should also fix the historical things, which was a result of not getting...
I still need to fix the `es-cc-endpoint` thing too, so I'll leave this open until I do
@qzdl thanks for taking a look, I am totally open to supporting variables this way, would you be interested in working on a PR that adds this? (and maybe some...