diff --git a/init-package/init-ac-ispell.el b/init-package/init-ac-ispell.el new file mode 100644 index 000000000..2d6c82562 --- /dev/null +++ b/init-package/init-ac-ispell.el @@ -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))) diff --git a/packages.el b/packages.el index 400490215..7514ccf6b 100644 --- a/packages.el +++ b/packages.el @@ -8,6 +8,7 @@ (package-initialize) (defvar syl:packages '( + ac-ispell ace-jump-mode auto-complete auto-complete-clang