File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 " 0.2.0"
55 " Elisp Language Server" )
66
7- (website-url " https://github.com/elisp-lsp/ellsp " )
7+ (website-url " https://github.com/elisp-lsp/Ellsp " )
88(keywords " convenience" " lsp" )
99
1010(package-file " ellsp.el" )
Original file line number Diff line number Diff line change 11[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPL%20v3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
2- [ ![ Release] ( https://img.shields.io/github/release/elisp-lsp/ellsp .svg?logo=github )] ( https://github.com/elisp-lsp/ellsp /releases/latest )
2+ [ ![ Release] ( https://img.shields.io/github/release/elisp-lsp/Ellsp .svg?logo=github )] ( https://github.com/elisp-lsp/Ellsp /releases/latest )
33[ ![ JCS-ELPA] ( https://raw.githubusercontent.com/jcs-emacs/badges/master/elpa/v/ellsp.svg )] ( https://jcs-emacs.github.io/jcs-elpa/#/ellsp )
44
55# Ellsp
66> Elisp Language Server
77
8- [ ![ CI Elisp] ( https://github.com/elisp-lsp/ellsp /actions/workflows/test-elisp.yml/badge.svg )] ( https://github.com/elisp-lsp/ellsp /actions/workflows/test-elisp.yml )
9- [ ![ Build Proxy] ( https://github.com/elisp-lsp/ellsp /actions/workflows/build-proxy.yml/badge.svg )] ( https://github.com/elisp-lsp/ellsp /actions/workflows/build-proxy.yml )
8+ [ ![ CI Elisp] ( https://github.com/elisp-lsp/Ellsp /actions/workflows/test-elisp.yml/badge.svg )] ( https://github.com/elisp-lsp/Ellsp /actions/workflows/test-elisp.yml )
9+ [ ![ Build Proxy] ( https://github.com/elisp-lsp/Ellsp /actions/workflows/build-proxy.yml/badge.svg )] ( https://github.com/elisp-lsp/Ellsp /actions/workflows/build-proxy.yml )
1010
1111This software is intended for use with editors other than Emacs.
1212If you're already an Emacs user, we recommend using Emacs directly,
Original file line number Diff line number Diff line change 4444 esac
4545fi
4646
47- ellsp_uri=" https://github.com/elisp-lsp/ellsp /releases/latest/download/ellsp_${target} .${ext} "
47+ ellsp_uri=" https://github.com/elisp-lsp/Ellsp /releases/latest/download/ellsp_${target} .${ext} "
4848
4949SDIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
5050
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
2929 exit /b 1
3030)
3131
32- set URL = https://github.com/elisp-lsp/ellsp /releases/latest/download/ellsp_win-%ARCH% .zip
32+ set URL = https://github.com/elisp-lsp/Ellsp /releases/latest/download/ellsp_win-%ARCH% .zip
3333set ELLSP_BIN_DIR = %~dp0
3434set ZIP = %ELLSP_BIN_DIR% \ellsp.zip
3535
Original file line number Diff line number Diff line change 44
55; ; Author: Shen, Jen-Chieh <jcs090218@gmail.com>
66; ; Maintainer: Shen, Jen-Chieh <jcs090218@gmail.com>
7- ; ; URL: https://github.com/elisp-lsp/ellsp
7+ ; ; URL: https://github.com/elisp-lsp/Ellsp
88; ; Version: 0.2.0
99; ; Package-Requires: ((emacs "28.1") (lsp-mode "6.0.1") (log4e "0.1.0") (dash "2.14.1") (s "1.12.0") (company "0.8.12") (msgu "0.1.0"))
1010; ; Keywords: convenience lsp
5353 " Elisp Language Server."
5454 :prefix " ellsp-"
5555 :group 'tool
56- :link '(url-link :tag " Repository" " https://github.com/elisp-lsp/ellsp " ))
56+ :link '(url-link :tag " Repository" " https://github.com/elisp-lsp/Ellsp " ))
5757
5858(defcustom ellsp-eol (pcase system-type
5959 ; ; XXX: Don't know why `\r\n' does not work with VSCode
Original file line number Diff line number Diff line change 1818 },
1919 "repository" : {
2020 "type" : " git" ,
21- "url" : " git+https://github.com/elisp-lsp/ellsp .git"
21+ "url" : " git+https://github.com/elisp-lsp/Ellsp .git"
2222 },
2323 "keywords" : [
2424 " ellsp" ,
2929 "author" : " Jen-Chieh Shen" ,
3030 "license" : " GPL-3.0-or-later" ,
3131 "bugs" : {
32- "url" : " https://github.com/elisp-lsp/ellsp /issues"
32+ "url" : " https://github.com/elisp-lsp/Ellsp /issues"
3333 },
34- "homepage" : " https://github.com/elisp-lsp/ellsp #readme" ,
34+ "homepage" : " https://github.com/elisp-lsp/Ellsp #readme" ,
3535 "dependencies" : {
3636 "which" : " ^6.0.1"
3737 },
You can’t perform that action at this time.
0 commit comments