Correct indentation
This commit is contained in:
parent
659595e25e
commit
fe6217dede
1 changed files with 3 additions and 3 deletions
|
@ -255,9 +255,9 @@
|
||||||
;; On windows: Copy files from ~/.emacs.d/dicts/ to c:/msys64/mingw64/share/dict/ooo/
|
;; On windows: Copy files from ~/.emacs.d/dicts/ to c:/msys64/mingw64/share/dict/ooo/
|
||||||
(ispell-dictionary "german,english")
|
(ispell-dictionary "german,english")
|
||||||
(ispell-local-dictionary-alist
|
(ispell-local-dictionary-alist
|
||||||
'(("german" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE_frami,de_AT_frami,de_CH_frami") nil utf-8)
|
'(("german" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE_frami,de_AT_frami,de_CH_frami") nil utf-8)
|
||||||
("english" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-d" "en_US,en_GB") nil utf-8)
|
("english" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-d" "en_US,en_GB") nil utf-8)
|
||||||
("german,english" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-d" "de_DE_frami,en_US") nil utf-8)))
|
("german,english" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-d" "de_DE_frami,en_US") nil utf-8)))
|
||||||
(ispell-hunspell-dictionary-alist ispell-local-dictionary-alist)
|
(ispell-hunspell-dictionary-alist ispell-local-dictionary-alist)
|
||||||
:config
|
:config
|
||||||
(if (eq system-type 'windows-nt)
|
(if (eq system-type 'windows-nt)
|
||||||
|
|
Loading…
Add table
Reference in a new issue