Check for aspell, hunspell and ispell.
This commit is contained in:
parent
2a747731a1
commit
ebc82103d8
6
init.el
6
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;;; Time-stamp: <2019-03-23 06:06:13 CET>
|
||||
;;; Time-stamp: <2019-03-23 06:17:57 CET>
|
||||
|
||||
;;; Commentary:
|
||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -493,7 +493,9 @@
|
|||
(whitespace-space ((nil :foreground "gray18"))))
|
||||
|
||||
;; Spell checking.
|
||||
(if (executable-find "aspell")
|
||||
(if (or (executable-find "aspell")
|
||||
(executable-find "hunspell")
|
||||
(executable-find "ispell"))
|
||||
(unless slow-computer
|
||||
(use-package flyspell
|
||||
:custom
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 1707
|
||||
127.0.0.1:51313 27000
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user