Browse Source

Add flycheck hooks configuration

master
ßingen 8 years ago
parent
commit
a9bed76a75
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lisp/init-flycheck.el

+ 2
- 1
lisp/init-flycheck.el View File



(require-package 'flycheck) (require-package 'flycheck)


;(add-hook 'after-init-hook #'global-flycheck-mode)
(add-hook 'after-init-hook #'global-flycheck-mode)
(add-hook 'c++-mode-hook (lambda () (setq flycheck-gcc-language-standard "c++11")))


(provide 'init-flycheck) (provide 'init-flycheck)

Loading…
Cancel
Save