File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ MELPA] [ melpa-badge ]] [ melpa-package ]
1
2
[ ![ License GPL 3] [ badge-license ]] [ copying ]
2
3
[ ![ Lint Status] ( https://github.com/clojure-emacs/clojure-ts-mode/actions/workflows/lint-emacs.yml/badge.svg )] ( https://github.com/clojure-emacs/clojure-ts-mode/actions/workflows/lint-emacs.yml )
3
4
@@ -46,7 +47,12 @@ More information on this can be found in the Emacs repository:
46
47
47
48
### Install clojure-ts-mode
48
49
49
- In the future this package will be available through MELPA and Non-GNU ELPA.
50
+ clojure-ts-mode is available on [ Melpa] ( https://melpa.org/#/clojure-ts-mode ) .
51
+ It can be installed with
52
+
53
+ ``` emacs-lisp
54
+ (package-install 'clojure-ts-mode)
55
+ ```
50
56
51
57
#### package-vc
52
58
@@ -123,5 +129,6 @@ Copyright © 2022-2023 Danny Freeman and [contributors][].
123
129
Distributed under the GNU General Public License; type <kbd >C-h C-c</kbd > to view it.
124
130
125
131
[ badge-license ] : https://img.shields.io/badge/license-GPL_3-green.svg
132
+ [ melpa-badge ] : http://melpa.org/packages/clojure-ts-mode-badge.svg
126
133
[ COPYING ] : http://www.gnu.org/copyleft/gpl.html
127
134
[ contributors ] : https://github.com/clojure-emacs/clojure-ts-mode/contributors
You can’t perform that action at this time.
0 commit comments