Emacs 中英对齐

emacs 配置表格中英文对齐

我一直很想找个好用 GTD 工具,能替换 Emacs 的 Org-mode。我从昨天才开始正式使用 Emacs ,配置了 子龙山人 的 Spacemacs,感觉挺好的。不过 Org-mode 有个很大的问题是,中文会导致 Org-mode 的表格不对齐,这让很 geek 的 Emacs 看起来超级不舒服。今天在网上找到了一个教程:emacs 配置表格中英文对齐,测试成功。

工具

chinese-fonts-setup

Spacemacs 配置

首先是安装该插件,在spacemacs的配置文件 .spacemacs 中的 dotspacemacs-additional-packages项目里面添加:chinese-fonts-setup

1
(dotspacemacs-additional-packages(chinese-fonts-setup))

然后在 dotspacemacs/user-config () 中添加: (use-package chinese-fonts-setup)
重新启动 emacs, 就会自动安装该插件了。

1
2
dotspacemacs/user-config () 
(use-package chinese-fonts-setup)

chinese-fonts-setup 的使用

  1. 使用M-x 输入 chinese-fonts-setup ,进入插件。
  2. 点击表格对齐,如果不对齐,可以到中文英文两个按钮下设置中文英文字体。
  3. 点击字体配置完成,在其他按钮下复制生成代码,粘贴到 ~/.spacemacs最下面。
  4. 重启 Emacs

Emacs 中英对齐
https://bubao.github.io/posts/913e3792.html
作者
一念
发布于
2017年7月8日
许可协议