Browse Source

diminished flycheck to a symbol

master
Marc Pohling 6 years ago
parent
commit
a4b9c610cf
1 changed files with 1 additions and 0 deletions
  1. 1
      config.org

1
config.org

@ -972,6 +972,7 @@ The virtual environments need to have following modules installed:
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package flycheck (use-package flycheck
:ensure t :ensure t
:diminish flycheck-mode " ✓"
:init :init
(setq flycheck-emacs-lisp-load-path 'inherit) (setq flycheck-emacs-lisp-load-path 'inherit)
(add-hook 'after-init-hook #'global-flycheck-mode) (add-hook 'after-init-hook #'global-flycheck-mode)

Loading…
Cancel
Save