We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5979bfb commit 80491c1Copy full SHA for 80491c1
Eask
@@ -2,6 +2,9 @@
2
"0.1.0"
3
"Minor mode accomplish editing experience in Visual Studio")
4
5
+(website-url "https://github.com/emacs-vs/vs-edit-mode")
6
+(keywords "editing" "vs")
7
+
8
(package-file "vs-edit-mode.el")
9
10
(source "jcs-elpa")
vs-edit-mode.el
@@ -4,11 +4,10 @@
;; Created date 2022-03-11 22:10:58
;; Author: Shen, Jen-Chieh <[email protected]>
-;; Description: Minor mode accomplish editing experience in Visual Studio.
-;; Keyword: editing vs
+;; URL: https://github.com/emacs-vs/vs-edit-mode
;; Version: 0.1.0
;; Package-Requires: ((emacs "24.3"))
11
-;; URL: https://github.com/emacs-vs/vs-edit-mode
+;; Keywords: editing vs
12
13
;; This file is NOT part of GNU Emacs.
14
0 commit comments