From 8fac750fc562f89c94bfa76ea2032f90a0cb4237 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Mon, 10 Feb 2025 17:33:14 -0800 Subject: [PATCH] fix compile warning --- Eask | 2 +- vs-dark-theme.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Eask b/Eask index b49ae74..a7d52f5 100644 --- a/Eask +++ b/Eask @@ -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") diff --git a/vs-dark-theme.el b/vs-dark-theme.el index fd668aa..0d78b11 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -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.