Add modules/feature/spellcheck
This commit is contained in:
parent
85d9fe088b
commit
f3633f4f99
2 changed files with 45 additions and 0 deletions
14
modules/feature/spellcheck/packages.el
Normal file
14
modules/feature/spellcheck/packages.el
Normal file
|
@ -0,0 +1,14 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; feature/spellcheck/packages.el
|
||||
|
||||
(@package flyspell-correct)
|
||||
(@package flyspell-correct-popup)
|
||||
|
||||
(cond ((@featurep :completion ivy)
|
||||
(@package flyspell-correct-ivy))
|
||||
((@featurep :completion helm)
|
||||
(@package flyspell-correct-helm))
|
||||
((@featurep :emacs ido)
|
||||
(@package flyspell-correct-ido)))
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue