Flyspell: Aspell
This commit is contained in:
7
init.el
7
init.el
@@ -267,6 +267,13 @@
|
|||||||
|
|
||||||
;;;; Org Related
|
;;;; Org Related
|
||||||
|
|
||||||
|
;; FlySpell
|
||||||
|
(use-package flyspell)
|
||||||
|
(setq flyspell-issue-message-flag nil
|
||||||
|
ispell-local-dictionary "en_GB"
|
||||||
|
ispell-program-name "aspell"
|
||||||
|
ispell-list-command "--list")
|
||||||
|
|
||||||
;; Completion engine
|
;; Completion engine
|
||||||
(use-package ivy-bibtex)
|
(use-package ivy-bibtex)
|
||||||
;; Interactive menus
|
;; Interactive menus
|
||||||
|
|||||||
Reference in New Issue
Block a user