Dmitrii Kuragin
Dmitrii Kuragin
Avoid modification of Emacs behavior on the package loading. In order to follow [the coding convention](https://www.gnu.org/software/emacs/manual/html_node/elisp/Coding-Conventions.html), disable key definition in the package loading
I used to have this config in my previous (12.x): ``` key_bindings: # See https://en.wikipedia.org/wiki/C0_and_C1_control_codes for codes - { key: H, mods: Command, chars: "\x08" } ... ``` I rebind...
Hello, I am trying to enable parameters inlay for all parameters, and it seems something is not working here. I am using the following configuration: ``` (use-package eglot-java :hook (java-mode...