[emacs] Trying lsp again, sigh

This commit is contained in:
2020-07-27 23:42:07 -04:00
parent 62526f713e
commit 80ea1bff35
3 changed files with 7 additions and 7 deletions

View File

@ -338,7 +338,7 @@ Handful of fun aliases to make working in Eshell almost like a /real/ shell :smi
* Coding
I once used LSP, but Emacs lsp-mode is flaky as hell. It works sometimes, but other times causes pyls to thrash the CPU. I don't need that, not when Eglot exists. This just makes sure Eglot runs in `python-mode`
#+BEGIN_SRC emacs-lisp
(add-hook 'python-mode-hook 'eglot-ensure)
;(add-hook 'python-mode-hook 'eglot-ensure)
#+END_SRC
* Mastodon
There's gotta be a way to get the token out of password-store for this.