Skip to content

Commit aa7fc4d

Browse files
committed
add src
1 parent 52d36b7 commit aa7fc4d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

flymake-eask.el

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
;;; flymake-eask.el --- -*- lexical-binding: t; -*-
2+
3+
;; Copyright (C) 2022 Shen, Jen-Chieh
4+
5+
;; Author: Shen, Jen-Chieh <[email protected]>
6+
;; Maintainer: Shen, Jen-Chieh <[email protected]>
7+
;; URL: https://github.com/emacs-eask/flymake-eask
8+
;; Version: 0.1.0
9+
;; Package-Requires: ((emacs "26.1"))
10+
;; Keywords:
11+
12+
;; This file is not part of GNU Emacs.
13+
14+
;; This program is free software: you can redistribute it and/or modify
15+
;; it under the terms of the GNU General Public License as published by
16+
;; the Free Software Foundation, either version 3 of the License, or
17+
;; (at your option) any later version.
18+
19+
;; This program is distributed in the hope that it will be useful,
20+
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+
;; GNU General Public License for more details.
23+
24+
;; You should have received a copy of the GNU General Public License
25+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
26+
27+
;;; Commentary:
28+
;;
29+
;;
30+
;;
31+
32+
;;; Code:
33+
34+
35+
36+
(provide 'flymake-eask)
37+
;;; flymake-eask.el ends here

0 commit comments

Comments
 (0)