Ihor Radchenko
Ihor Radchenko
I am simply using M-{key I use for moving in boon-moves-map}. Relevant configuration: - https://github.com/yantar92/emacs-config/blob/master/config.org#modal-setup - https://github.com/yantar92/emacs-config/blob/master/config.org#move-lines-elements-around - https://github.com/yantar92/emacs-config/blob/master/config.org#key-combinations
Regarding the `cwm-ignore-buffers-predicates` list. I tried to disable the cwm mode in pdf-view and added the relevant function to the list. When I have a buffer in cwm mode opened,...
Never mind my previous comment. It was an issue with my own config (as usual :sigh:).
AFAIK, mostly because this is a package aiming to be included into the core. Though I am 90% sure that it should work with older Org. You can try it...
> I wasn't even aware that this exists in orgmode. Seems like I just didn't set up proper highlighting for these, since tree-sitter parser seems to parse it as a...
> What does org-fold do precisely? (and have you seem origami? I use that to help with folding in super-org-agenda. It is great.). org-fold is a patch for Org mode....
I have posted bug report for native-comp branch. The author says that advicing primitives is simply not supported (yet). https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-07/msg01023.html
The hang happened while displaying company candidates in an org buffer. I attempted to send SIGUSR2 to emacs several times, though it did not have any effect.
> As part of attempting to display this buffer, explain-pause-mode "should have" to disabled itself. So to clarify, what did you mean by "attempted to send SIGUSR2 to emacs several...
> 1. I was already thinking about trees in the original PR #4 . Currently, say self-insert-command is collapsed for all buffers, and averaged for all invocations. But this isn't...