Hans-Peter Deifel
Hans-Peter Deifel
It seems that `org-open-file-with-emacs` was removed in org 9.3.
It seems that lsp-mode now creates file-watches for *all the things* in the projects root directory, which uses up resources and isn't always needed. For example, `rls` registers delete/change/create watchers...
This is useful to check if the user pressed C-g during a long running computation. From the documentation: > If your module includes potentially long-running code, it is a good...
clang completion offers code patterns that include keywords like 'return' or 'sizeof', but also (with -code-completion-patterns) loop constructs like while or do. They also contain placeholders like function arguments. Here...
If you start emacs in terminal mode and enable linum-mode, the lines in an auto-complete popup will be just as many characters too long as the line numbers need. It's...
See https://github.com/hpdeifel/hledger-iadd/issues/39#issuecomment-515122530
Currently `iadd` doesn't build with newer versions of brick. While we're at it, we might just go to brick >= 1.0
I needed to provide absolute file paths in the "ignore" list for them to actually be ignored. All relative paths starting at various directories didn't work. This is of course...
Users get added or deleted from the list when they join, speak, quit. That's ok. But shouldn't the list be populated with all users of the channel initially?
Edits on the Gitter side could now be bridged as actual matrix edits