Remove numbered pkgs version

This commit is contained in:
Maciej 2020-09-24 19:19:02 +03:00
parent b2318b6ef0
commit 6defe997ae
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
28 changed files with 85 additions and 84 deletions

View file

@ -1,14 +0,0 @@
;;; 05ispell -- summary
;;; Commentary:
;;; Highlight misspelled words
;;; Code:
(use-package ispell
:ensure t
:config (setq ispell-program-name "aspell")
(setq ispell-extra-args
'("--run-together" "--run-together-limit=5" "--run-together-min=2"))
:hook ((prog-mode text-mode) . flyspell-mode))
(provide '05ispell)
;;; 05ispell.el ends here