Convert themes and flycheck to packages
This commit is contained in:
parent
0974c0c86f
commit
b1a6bb4290
3 changed files with 22 additions and 8 deletions
|
|
@ -1,6 +1,13 @@
|
|||
;;; 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