TODO: * fix flyspell not loading on every buffer * Add other dictionaries to flyspell (Polish)
5 lines
148 B
EmacsLisp
5 lines
148 B
EmacsLisp
;; Disable meta on right alt (useful for Polish characters)
|
|
(setq ns-right-alternate-modifier nil)
|
|
|
|
;; Highlight misspelled words
|
|
(flyspell-mode 1)
|