Skip to content

Commit

Permalink
Merge pull request #21 from emacs-languagetool/act
Browse files Browse the repository at this point in the history
Test lsp activation
  • Loading branch information
jcs090218 authored May 8, 2022
2 parents 85a3cf2 + 1720f83 commit 4131373
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
(depends-on "lsp-mode")
(depends-on "github-tags")

(development
(depends-on "markdown-mode"))

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ clean:
$(EASK) clean-all

activate:
$(EASK) install
$(EASK) install --dev
$(EASK) load ./test/activate.el
4 changes: 4 additions & 0 deletions test/activate.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@
(error "Failed to install server: %s" (lsp-ltex--extension-root))
(kill-emacs 1))

(message "Testing with a file...")

(find-file "README.md") ; start lsp

;;; activate.el ends here

0 comments on commit 4131373

Please sign in to comment.