branch: externals/denote-silo commit 8a4f401a87ddd5397d0b8bc346ea53894ba64c0b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update the header to make it stand out as a package --- denote-silo.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/denote-silo.el b/denote-silo.el index 0c4e33cc9d..e6752bdcc5 100644 --- a/denote-silo.el +++ b/denote-silo.el @@ -4,7 +4,9 @@ ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> -;; URL: https://github.com/protesilaos/denote +;; URL: https://github.com/protesilaos/denote-silo +;; Version: 0.0.0 +;; Package-Requires: ((emacs "28.1") (denote "3.1.0")) ;; This file is NOT part of GNU Emacs. @@ -12,12 +14,12 @@ ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. - +;; ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. - +;; ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see <https://www.gnu.org/licenses/>.