(require 'config-package) ;; check the spelling (use-package flyspell :init (use-package ispell :ensure t :config (setq ispell-program-name "aspell" ispell-list-command "--list")) (use-package flyspell-popup :ensure t :bind ("C-:" . flyspell-popup-correct)) :config (add-hook 'text-mode-hook 'flyspell-mode)) (provide 'module-flyspell)