Skip to content
Snippets Groups Projects
Commit 9a3300ea authored by Daniel Laps's avatar Daniel Laps
Browse files

Improve package

parent 0da5cb7a
No related branches found
No related tags found
No related merge requests found
;;; flycheck-clolyze.el --- Add clolyze to flycheck ;;; flycheck-clolyze.el --- Add Clolyze to to flycheck -*- lexical-binding: t; -*-
;;; Copyright (C) 2019 Daniel Laps ;; Copyright (C) 2019 Daniel Laps <daniel.laps@hhu.de>
;;
;; URL: https://github.com/DLaps/flycheck-clolyze
;; Author: Daniel Laps <daniel.laps@hhu.de>
;; Version: 1.0.0
;; Package-Requires: ((flycheck "0.25") (emacs "24"))
;;; Commentary:
;; This package adds Clolyze to flycheck. To use it, add
;; to your init.el:
;; (require 'flycheck-clolyze)
;;; License:
;; This file is not part of GNU Emacs.
;; This program is free software: you can redistribute it and/or modify ;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by ;; it under the terms of the GNU General Public License as published by
...@@ -15,13 +30,7 @@ ...@@ -15,13 +30,7 @@
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;; along with this program. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary: ;;; Code:
;; This package adds Clolyze to flycheck. To use it, add
;; to your init.el:
;; (require 'flycheck-clolyze)
(require 'flycheck) (require 'flycheck)
(flycheck-define-checker clolyze (flycheck-define-checker clolyze
...@@ -33,3 +42,4 @@ ...@@ -33,3 +42,4 @@
(add-to-list 'flycheck-checkers 'clolyze) (add-to-list 'flycheck-checkers 'clolyze)
(provide 'flycheck-clolyze) (provide 'flycheck-clolyze)
;;; flycheck-clolyze.el ends here
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment