Eglot

2026

在 Emacs 中使用 Ty+Ruff 作为 LSP 服务端

Ty 和 Ruff 都是使用 Rust 语言开发的高性能 Python 开发工具,它们分工不同,可以完美配合,提升开发体验。

2025

Eglot: Connect to Multiple LSP Servers

Use rassumfrassum to connect a LSP client to multiple LSP servers.

Integrate Harper With Emacs

Harper is a grammar checker designed to run anywhere there is text (so really, anywhere).

2024

Python Development in Emacs

A guide to setup python development environment in Emacs.

Clangd Configuration With Eglot

Eglot是Emacs内置的LSP客户端。Eglot内置已支持大量的LSP服务端。以C++语言为例,Eglot支持clangd和ccls两种服务端模式。