浏览代码

Fix spelling toggle

Josh Bicking 8 年之前
父节点
当前提交
83f1e3cb2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      emacs

+ 1 - 1
emacs

@@ -300,7 +300,7 @@
  "u" 'undo-tree-visualize
  "m" 'recentf-open-files
  "l" 'auto-fill-mode
- "s" '(lambda () (interactive) (if flyspell-mode (funcall-interactively 'flyspell-mode '0) (flyspell-mode) (flyspell-buffer)))
+ "s" '(lambda () (interactive) (if flyspell-mode (funcall 'flyspell-mode '0) (flyspell-mode) (flyspell-buffer)))
  "a" 'auto-complete-mode
  "g" 'magit-status
  "M-g" 'magit-dispatch-popup