Remove numbered pkgs version
This commit is contained in:
parent
b2318b6ef0
commit
6defe997ae
28 changed files with 85 additions and 84 deletions
|
|
@ -1,13 +0,0 @@
|
|||
;;; 05flycheck -- 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 '05flycheck)
|
||||
;;; 05flycheck.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue