mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2025-12-05 18:20:30 -08:00
fix compile warning
This commit is contained in:
parent
2d7780f076
commit
3690bb3eea
2 changed files with 3 additions and 2 deletions
2
Eask
2
Eask
|
|
@ -3,7 +3,7 @@
|
||||||
"Visual Studio IDE light theme")
|
"Visual Studio IDE light theme")
|
||||||
|
|
||||||
(website-url "https://github.com/emacs-vs/vs-light-theme")
|
(website-url "https://github.com/emacs-vs/vs-light-theme")
|
||||||
(keywords "")
|
(keywords "faces")
|
||||||
|
|
||||||
(package-file "vs-light-theme.el")
|
(package-file "vs-light-theme.el")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
;;; vs-light-theme.el --- Visual Studio IDE light theme
|
;;; vs-light-theme.el --- Visual Studio IDE light theme -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Copyright (C) 2019-2025 Shen, Jen-Chieh
|
;; Copyright (C) 2019-2025 Shen, Jen-Chieh
|
||||||
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
;; URL: https://github.com/emacs-vs/vs-light-theme
|
;; URL: https://github.com/emacs-vs/vs-light-theme
|
||||||
;; Version: 2.0
|
;; Version: 2.0
|
||||||
;; Package-Requires: ((emacs "24.1"))
|
;; Package-Requires: ((emacs "24.1"))
|
||||||
|
;; Keywords: faces
|
||||||
|
|
||||||
;; This file is NOT part of GNU Emacs.
|
;; This file is NOT part of GNU Emacs.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue