all repos — archive/dotfiles @ c7882b51fa2bf967d7a357690ecc14e1958a162d

Superseded by nixfiles

Emacs: Don’t flycheck whilst idle

Alan Pearce
commit

c7882b51fa2bf967d7a357690ecc14e1958a162d

parent

ba995d986b533881c949ba4035e35fe36fe4eeb8

1 file changed, 3 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1636,7 +1636,9 @@ #+BEGIN_SRC emacs-lisp
(use-package flycheck :diminish " ✓" :defer 5 - :config (global-flycheck-mode)) + :config (progn + (global-flycheck-mode) + (setq flycheck-check-syntax-automatically '(save new-line mode-enabled)))) #+END_SRC ** golang