mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2021-08-14 d1e20dad248414ab79b11294586e312e057178c3
Removed unnecessary hook
1 files modified
1 ■■■■ changed files
config.org 1 ●●●● patch | view | raw | blame | history
config.org
@@ -772,7 +772,6 @@
  (use-package flycheck
    :ensure t
    :diminish flycheck-mode
    :hook (prog-mode . flycheck-mode)
    :config
    (global-flycheck-mode))
#+END_SRC