diff --git a/config.org b/config.org index 639bfb9..deabe5b 100644 --- a/config.org +++ b/config.org @@ -972,6 +972,7 @@ The virtual environments need to have following modules installed: #+begin_src emacs-lisp (use-package flycheck :ensure t + :diminish flycheck-mode " ✓" :init (setq flycheck-emacs-lisp-load-path 'inherit) (add-hook 'after-init-hook #'global-flycheck-mode)