Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
tumashu committed Jan 11, 2015
1 parent 9e31b3c commit e11759b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ chinese-fonts-setup 默认使用三个profile: profile1, profile2 和 profile3,

1. C-c C-c `cfs-test-fontscale-at-point`
察看字体显示效果
2. C-<up> `cfs-increment-fontscale-at-point`
2. C-up `cfs-increment-fontscale-at-point`
增大光标下的scale数字,同时显示增加后的字体对齐效果
3. C-<down> `cfs-decrement-fontscale-at-point`
3. C-down `cfs-decrement-fontscale-at-point`
减小光标下的scale数字,同时显示减小后的字体对齐效果

注意配置完成后,可能需要重启 Emacs。(参考: http://debbugs.gnu.org/db/17/1785.html)
Expand Down
4 changes: 2 additions & 2 deletions chinese-fonts-setup.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
;;
;; 1. C-c C-c `cfs-test-fontscale-at-point'
;; 察看字体显示效果
;; 2. C-<up> `cfs-increment-fontscale-at-point'
;; 2. C-up `cfs-increment-fontscale-at-point'
;; 增大光标下的scale数字,同时显示增加后的字体对齐效果
;; 3. C-<down> `cfs-decrement-fontscale-at-point'
;; 3. C-down `cfs-decrement-fontscale-at-point'
;; 减小光标下的scale数字,同时显示减小后的字体对齐效果
;;
;; 注意配置完成后,可能需要重启 Emacs。(参考: http://debbugs.gnu.org/db/17/1785.html)
Expand Down

0 comments on commit e11759b

Please sign in to comment.