Michał Krzywkowski

Results 8 comments of Michał Krzywkowski

Thanks for reporting that. > When I cycle through this particular Org Mode snippet with `ivy-yasnippet`, I get the following error: > > ``` > ivy-read: Command attempted to use...

Thanks. It would be helpful if you provided some example text which you're trying to align. In Emacs regular expressions, `\s` must be followed by a character and it means...

Hi @phoenixanimations, > The question is why? When you call `align-regexp` without a prefix argument, it automatically prepends `\(\s-*\)` regexp to your expression. With a prefix argument, you have to...

You mean when you navigate through history with `M-p`, `M-n`, you also want to restore the group, spacing, repeat argument, etc? I think `read-from-minibuffer` can only restore the text from...

> ```shell > ```shell > > ``` > > > After adding the init code, it results in the Java arguments being quoted > ```emacs-lisp > (add-to-list 'eglot-server-programs '(java-mode ....

> eglot-initialization-options should first find root of project (going up a directory and looking for pom.xml), and than scan recursively for pom.xml (if child dir has no pom.xml it should...

Oh right, indeed the single-`*` wildcard won't find files nested more deeply.

Isn't the `:value` field required? If yes, then that's a server-side issue.