Ver a proveniência

Add --lang=en_US extra arg

master
10sr há 4 anos
ascendente
cometimento
25efbc240c
Assinados por: 10sr ID da chave GPG: C384BB17CBB19347
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Ver ficheiro

@@ -1759,7 +1759,8 @@ Otherwize hook it."
;; M-$ to ispell word
;; M-x flyspell-buffer to highlight all suspicious words
(when (executable-find "aspell")
(setq-default ispell-program-name "aspell"))
(set-variable 'ispell-program-name "aspell")
(set-variable 'ispell-extra-args '("--lang=en_US")))
(with-eval-after-load 'ispell
(add-to-list 'ispell-skip-region-alist '("[^\000-\377]+")))



Carregando…
Cancelar
Guardar