Gee, what're we gonna do tonight, Brain?
This commit is contained in:
parent
4df3c32a8d
commit
3a79705475
44 changed files with 1806 additions and 1237 deletions
|
@ -6,13 +6,9 @@
|
|||
(setq-default flycheck-indication-mode 'right-fringe
|
||||
;; Removed checks on idle/change for snappiness
|
||||
flycheck-check-syntax-automatically
|
||||
'(save new-line mode-enabled)
|
||||
'(save mode-enabled)
|
||||
flycheck-disabled-checkers
|
||||
'(emacs-lisp emacs-lisp-checkdoc))
|
||||
'(emacs-lisp-checkdoc make))
|
||||
(add-hook 'after-init-hook #'global-flycheck-mode)))
|
||||
|
||||
(use-package flyspell
|
||||
:commands flyspell-mode
|
||||
:config
|
||||
(setq ispell-program-name "aspell"
|
||||
ispell-list-command "--list"))
|
||||
(use-package flyspell :commands flyspell-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue