Convert files to packages
This commit is contained in:
parent
b1a6bb4290
commit
c40fb9f504
12 changed files with 48 additions and 45 deletions
|
|
@ -1,13 +0,0 @@
|
|||
;;; 06flycheck -- 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 '06flycheck)
|
||||
;;; 06flycheck.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue