Skip to content

Commit e8f0739

Browse files
committed
Add src
1 parent 9a8b420 commit e8f0739

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

fextern.el

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

0 commit comments

Comments
 (0)