Evgeniy Sharapov
Evgeniy Sharapov
I added a pull request that handles `ag-highlight-search` on Windows https://github.com/Wilfred/ag.el/pull/116 You can also use it as I do in https://github.com/evgeniysharapov/DotEmacs/commit/c8dfe4fb1d7fdd4299a8d6deec726b9f119ff544
Based on the [query.js:](https://github.com/vadimdemedes/mongorito/blob/master/lib/query.js#L369-L384) it only expect `_id` to be an ObjectId, otherwise string would be ambigous.
Is it possible to add commands from the user javascript on the fly by extending WeDriverCommandProcessor or CustomCommandProcessor ?
The problem here is most likely you use `AucTeX`, that means that by default `major-mode` is something like `ConTeXt-mode` rather than `context-mode`. Below I am using `ConTeXt-mode` as an example,...
@astoff It could be specific to the `eglot` configuration. I have it with default settings and had this issue when used `digestif` with `AucTeX`. Plain `tex-mode` that comes with Emacs...