From c290645261d9ad7a6e62ec78d7edcbceda321d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Codru=C8=9B=20Constantin=20Gu=C8=99oi?= Date: Thu, 2 Aug 2018 11:04:12 +0100 Subject: [PATCH] Disable ac-ispell untill it's restored in melpa It seems like the package is missing. We waited a while thinking it will be fixed but people are starting to get annoyed by this. To be re-enabled once the upstream issue is resolved. Refs: https://github.com/melpa/melpa/issues/5657 --- layers/+completion/auto-completion/packages.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layers/+completion/auto-completion/packages.el b/layers/+completion/auto-completion/packages.el index 1ee95fe02..a7dc0fe78 100644 --- a/layers/+completion/auto-completion/packages.el +++ b/layers/+completion/auto-completion/packages.el @@ -13,7 +13,11 @@ '( auto-yasnippet auto-complete - ac-ispell + ;; Disabled since tha package was missing from melpa + ;; TODO: Enable it when the issue is cloded. + ;; https://github.com/melpa/melpa/issues/5657 + ;; + ;; ac-ispell company (company-quickhelp :toggle auto-completion-enable-help-tooltip) company-statistics