working system
This commit is contained in:
commit
e0ad4ea627
53 changed files with 2927 additions and 0 deletions
9
lisp/init-flycheck.el
Normal file
9
lisp/init-flycheck.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;;; init-flycheck.el --- Flycheck configuration
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(when (maybe-require-package 'flycheck)
|
||||
(add-hook 'after-init-hook 'global-flycheck-mode) )
|
||||
|
||||
(provide 'init-flycheck)
|
||||
;;; init-flycheck.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue