diff options
| -rw-r--r-- | reviews/emacs/hype.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org index 892afbc..1c39286 100644 --- a/reviews/emacs/hype.org +++ b/reviews/emacs/hype.org @@ -68,6 +68,19 @@ to more sober SVG images. ** Programming features *** ~imenu~ now bound to =M-g i= Turns out that lots of modes define an imenu. +*** Eglot better composes doc & lint messages +Eglot now sets ~eldoc-documentation-strategy~ to +~eldoc-documentation-compose~, so linter warnings are no longer hidden +by symbol documentation. + +It used to be that a flymake warning would flash briefly in the echo +area before e.g. a function signature would clobber it and I would +have to resort to ~M-x flymake-show-buffer-diagnostics~, but no +longer: Eglot now sets things up so that both are visible in the echo +area. +*** ~python-indent-def-block-scale~ +Bumping that new option down to =1= ensures =python.el= and I remain +on good terms whenever I open lines inside parentheses. ** File management *** ~rename-visited-file~ Instead of =C-x C-w NEWNAME RET M-! rm OLDNAME RET=. |
