107-flycheck: comment ispell-list-command
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
Flyspell highlights incorrect words as soon as they are completed
|
;; Flyspell highlights incorrect words as soon as they are completed
|
||||||
or as soon as the TextCursor hits a new word.
|
;; or as soon as the TextCursor hits a new word.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(use-package flyspell
|
(use-package flyspell
|
||||||
@@ -13,8 +13,9 @@ or as soon as the TextCursor hits a new word.
|
|||||||
(dolist (hook '(text-mode-hook org-mode-hook))
|
(dolist (hook '(text-mode-hook org-mode-hook))
|
||||||
(add-hook hook (lambda () (flyspell-mode 1))))
|
(add-hook hook (lambda () (flyspell-mode 1))))
|
||||||
:config
|
:config
|
||||||
(setq ispell-program-name "aspell"
|
;;(setq ispell-program-name "aspell"
|
||||||
ispell-list-command "--list"))
|
;; ispell-list-command "--list")
|
||||||
|
)
|
||||||
|
|
||||||
(provide '107-flyspell)
|
(provide '107-flyspell)
|
||||||
;; End:
|
;; End:
|
||||||
|
|||||||
Reference in New Issue
Block a user