2025
Integrate Harper With Emacs
Harper is a grammar checker designed to run anywhere there is text (so really, anywhere). Most Harper users are catching their mistakes in Neovim, Obsidian, or Visual Studio Code. ...
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两种服务端模式。 ...