瀏覽代碼

Add flycheck hooks configuration

master
ßingen 8 年之前
父節點
當前提交
a9bed76a75
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      lisp/init-flycheck.el

+ 2
- 1
lisp/init-flycheck.el 查看文件

@@ -4,6 +4,7 @@

(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)

Loading…
取消
儲存