Add Elixir and ispell configuration
This commit is contained in:
parent
648a192b64
commit
58462d2961
5 changed files with 21 additions and 12 deletions
6
09ispell.el
Normal file
6
09ispell.el
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(require 'ispell)
|
||||
;; Highlight misspelled words
|
||||
(setq ispell-program-name "aspell")
|
||||
(setq ispell-extra-args
|
||||
'("--run-together" "--run-together-limit=5" "--run-together-min=2"))
|
||||
(add-hook 'prog-mode-hook 'flyspell-mode)
|
||||
Loading…
Add table
Add a link
Reference in a new issue