Various fixes
This commit is contained in:
parent
6dd587c8e8
commit
4317392ea1
7 changed files with 29 additions and 51 deletions
|
@ -8,12 +8,11 @@
|
|||
'(save new-line mode-enabled)
|
||||
flycheck-disabled-checkers
|
||||
'(emacs-lisp emacs-lisp-checkdoc))
|
||||
:idle
|
||||
:init
|
||||
(add-hook 'after-init-hook #'global-flycheck-mode))
|
||||
|
||||
(use-package flyspell
|
||||
:commands flyspell-mode
|
||||
:diminish (flyspell-mode . " @")
|
||||
:config
|
||||
(setq ispell-program-name "aspell"
|
||||
ispell-list-command "--list"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue