fix compile warning

This commit is contained in:
JenChieh 2025-02-10 17:33:14 -08:00
parent b350d516e4
commit 8fac750fc5
2 changed files with 3 additions and 2 deletions

2
Eask
View file

@ -3,7 +3,7 @@
"Visual Studio IDE dark theme")
(website-url "https://github.com/emacs-vs/vs-dark-theme")
(keywords "")
(keywords "faces")
(package-file "vs-dark-theme.el")

View file

@ -1,4 +1,4 @@
;;; vs-dark-theme.el --- Visual Studio IDE dark theme
;;; vs-dark-theme.el --- Visual Studio IDE dark theme -*- lexical-binding: t; -*-
;; Copyright (C) 2019-2025 Shen, Jen-Chieh
@ -6,6 +6,7 @@
;; URL: https://github.com/emacs-vs/vs-dark-theme
;; Version: 2.0
;; Package-Requires: ((emacs "24.1"))
;; Keywords: faces
;; This file is NOT part of GNU Emacs.