Remove numbered pkgs version
This commit is contained in:
parent
b2318b6ef0
commit
6defe997ae
28 changed files with 85 additions and 84 deletions
13
pkg/flycheck.el
Normal file
13
pkg/flycheck.el
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
;;; pkg/flycheck -- summary
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
;; Use flycheck globally to check syntax and compile languages
|
||||
(use-package flycheck
|
||||
:commands flycheck-define-checker
|
||||
:ensure t
|
||||
:defer t
|
||||
:config (global-flycheck-mode t))
|
||||
|
||||
(provide 'pkg/flycheck)
|
||||
;;; flycheck.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue