-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; docstr-faces.el --- Faces for document string -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2020-2021 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; docstr-util.el --- Utility module -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2020-2021 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; docstr-writers.el --- Writers for document string -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2020-2021 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; docstr.el --- A document string minor mode -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Shen, Jen-Chieh | ||
;; Copyright (C) 2020-2021 Shen, Jen-Chieh | ||
;; Created date 2020-11-05 20:33:49 | ||
|
||
;; Author: Shen, Jen-Chieh <[email protected]> | ||
|