Differences between revisions 6 and 7
Revision 6 as of 2024-02-17 15:10:32
Size: 1021
Editor: 정수
Comment:
Revision 7 as of 2024-02-17 15:40:56
Size: 1021
Editor: 정수
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * lsp-mode 대신에 eglot을 도록  * lsp-mode 대신에 eglot을 도록


2024-02

현재는 python을 위해서 anaconda-mode를 사용해왔는데, lsp-mode를 사용하는 것이 좋을 것 같다.

Emacs 28인가부터 elgot이 기본 탑재되었지만, eglot은 한 번에 여러개의 서버를 띄울 수 없다고 한다. 특히 python, html, javascript 등 여러 언어를 동시에 쓸 때 필요할 것 같다.

Kickstart.emacs is now Stable!이라는 글을 보면,

  • lsp-mode 대신에 eglot을 쓰도록
  • Vterm 대신에 eat을 쓰도록
  • Company 대신에 Corfu with Cape을 쓰도록 했고

Flycheck는 제거했다고 나온다.

  • 또, ivy를 vertico/consult로 변경했다고 하는 사람도 있고.

--

Python분류, Emacs분류

Emacs에 Python 개발환경 만들기 (last edited 2024-02-17 16:13:33 by 정수)