From a4b9c610cf8e5d293738e18a5aed8e7458956108 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Wed, 25 Apr 2018 09:54:57 +0200 Subject: [PATCH] diminished flycheck to a symbol --- config.org | 1 + 1 file changed, 1 insertion(+) 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)