From bb47c9b770b7401c0ecdac0bb54466df6ca62d29 Mon Sep 17 00:00:00 2001 From: User <53880692+hhamud@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:52:24 +0100 Subject: [PATCH] fix: package linting errors --- noir-ts-mode.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/noir-ts-mode.el b/noir-ts-mode.el index 34cb550..9cc93f2 100644 --- a/noir-ts-mode.el +++ b/noir-ts-mode.el @@ -2,11 +2,13 @@ ;; Copyright (C) Hamza Hamud, +;; Version : 0.0.1 ;; Author : Hamza Hamud +;; Url : https://github.com/hhamud/noir-ts-mode ;; Maintainer : Hamza Hamud ;; Created : July 2023 ;; Keywords : noir languages tree-sitter -;; Package-Requires: ((emacs "29.0.90")) +;; Package-Requires: ((emacs "29.1")) ;; This file is not part of GNU Emacs. @@ -24,7 +26,7 @@ ;; along with Noir-ts-mode. If not, see . ;;; Commentary: -;; +;; This package implements a major-mode for editing noir source code. ;;; Code: