Add ac-ispell mode

This commit is contained in:
syl20bnr 2013-11-25 00:19:04 -05:00
parent 503a01437d
commit c324c9927f
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
(use-package ac-ispell
:defer t
:init
(progn
(custom-set-variables
'(ac-ispell-requires 4))
(eval-after-load "auto-complete"
'(progn
(ac-ispell-setup)))
(add-hook 'markdown-mode-hook 'ac-ispell-ac-setup)))

View file

@ -8,6 +8,7 @@
(package-initialize)
(defvar syl:packages
'(
ac-ispell
ace-jump-mode
auto-complete
auto-complete-clang