Create new, a little bit better structured configuration
* Group configuration by package, and only then by language mode * Slim down all the languages
This commit is contained in:
parent
4d5f300113
commit
1a911716c0
38 changed files with 513 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
|||
;;; spelling.el -- summary
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; Disable meta on right alt (useful for Polish characters)
|
||||
(setq ns-right-alternate-modifier nil)
|
||||
|
||||
(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)
|
||||
|
||||
(provide 'spelling)
|
||||
|
||||
;;; spelling.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue