Small changes in ispell and windows configuration
Change projectile evil keys from "P" to "p" Change dumb jump from keys from "J" to "j" Remove magit-status hook in projectile-after-switch-project-hook
This commit is contained in:
parent
a58be4c734
commit
df6c4fb449
5 changed files with 36 additions and 11 deletions
|
|
@ -9,7 +9,10 @@
|
|||
(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