2026
在WSL中使用emacs-rime
在WSL中使用Emacs时,无法直接使用Windows安装的RIME输入法,当前比较好的方案是在WSL中安装librime,在Emacs中使用emacs-rime作为前端,使用体验比较贴近原生RIME输入法。
My Custom Org Agenda
By setting the org-agenda-custom-commands variable, we can define our own agenda views that only include necessary information.
2025
Eglot: Connect to Multiple LSP Servers
Use rassumfrassum to connect a LSP client to multiple LSP servers.
Emacs Copy/Paste Problem in WSL
Fix messy chinese characters copy/paste between Emacs(in WSL) and Windows.
Set TX-02 Oblique in Emacs
Berkeley Mono is a love letter to the golden era of computing.
Converting Between Symbols and Strings
A small tip to show how to convert between symbols and strings.
Replacing text across multiple files
Find and replace text across multiple file in project, dired-mode or grep-mode buffer.
Emacs Highlight Keywords With Overlays
Use overlays to highlight a buffer’s keywords on the screen.
Color Lighten and Darken
RGB color lighten and darken in catppuccin-themes.
Emacs Garbage Collection
gcmh(aka “Garbage Collection Magic Hack”) is useful and easy to handle garbage collection for GNU Emacs.
Integrate Harper With Emacs
Harper is a grammar checker designed to run anywhere there is text (so really, anywhere).
DIY Modus Themes
Each Modus theme specifies a color palette that declares named color values and semantic color mappings.
Emacs中去光亮所有符号
之前的文章介绍了如何在Emacs中高亮符号,一般运行 M-x unhighlight-regexp 来选择其中一个符号去高亮。
Better capture template for blog post
An org capture template to create post file in blog directory, and insert some front matters.
Emacs中记笔记
Denote is a simple note-taking tool for Emacs.