emacs 表格中英文对齐
下载 inconsolate 与 lxgw-wenkai
yay -S ttf-inconsolate;
yay -S ttf-lxgw-wenkai;
或者类似字体 可以达到一个中文字符的大小 与两个英文字符的大小
可以使用M-x set-frome-font
查看emacs 可使用的字体
设置 emacs的
1 2 3 4
| (set-face-attribute 'default nil :font (font-spec :family "Inconsolata" :size 18 :weight 'bold)) ;; (set-fontset-font t 'unicode (font-spec :family "Noto Color Emoji" :size 14)) (set-fontset-font t '(#x2ff0 . #x9ffc) (font-spec :family "LXGW WenKai" :size 18 :weight 'bold)) ;;测试一下这个
|
| 中文 |
| abcd |