Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
brabel
on Sept 8, 2023
|
parent
|
context
|
favorite
| on:
What's new in Emacs 29.1
Same here. Really happy with eglot as well. I tried it with Go and all I needed in my config was:
(use-package go-mode :ensure t :hook ((go-mode . (lambda () (setq tab-width 4)))))
And it works the emacs way, not trying to be something more "modern" (i.e. VS Code), which to me is so much nicer than all the lsp-ui nonsense that I was using before (no popups, docs show up in the minibuffer as it ought to).
a_e_k
on Sept 8, 2023
[–]
For extended docs beyond the minibuffer, I've found that M-x eldoc works very nicely with eglot and follows the Emacs way.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: