From c324c9927f59c7d4f52306d88462475c76cfb4fe Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 25 Nov 2013 00:19:04 -0500 Subject: [PATCH] Add ac-ispell mode --- init-package/init-ac-ispell.el | 10 ++++++++++ packages.el | 1 + 2 files changed, 11 insertions(+) create mode 100644 init-package/init-ac-ispell.el 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