GitXplorerGitXplorer
a

flycheck-plantuml

public
19 stars
1 forks
2 issues

Commits

List of commits on branch master.
Unverified
183be89e1dbba0b38237dd198dff600e0790309d

Use -syntax and standard input to fix issue #1

aalexmurray committed 7 years ago
Unverified
f1628d589991c3d51965db0f14866b1202374eea

Update README.md installation instructions since is now in MELPA

aalexmurray committed 8 years ago
Unverified
e521525e9ee02ea95cbea6f674a077916ec203a2

Use `with-eval-after-load` instead of `eval-after-load`

aalexmurray committed 8 years ago
Unverified
b7cc850f484fcfd8fa6445a494a933173fd60bff

Fix syntax error in Cask file

aalexmurray committed 8 years ago
Unverified
4bda0130cb896ac5dfa6f6f0be2e817bdcc513a1

Update README.md to clarify not yet on MELPA

aalexmurray committed 8 years ago
Unverified
faa60184bea6303ec96604b9d2391803c650ee11

Initial version of flycheck-plantuml

aalexmurray committed 8 years ago

README

The README file for this repository.

Flycheck plantuml Checker

License GPL 3 MELPA Build Status

Integrate plantuml (via plantuml-mode) with flycheck to automatically check the syntax of your plantuml files on the fly.

Installation

MELPA

The preferred way to install flycheck-plantuml is via MELPA - then you can just M-x package-install RET flycheck-plantuml RET

To enable then simply add the following to your init file:

(with-eval-after-load 'flycheck
  (require 'flycheck-plantuml)
  (flycheck-plantuml-setup))

Manual

If you would like to install the package manually, download or clone it and place within Emacs' load-path, then you can require it in your init file like this:

(require 'flycheck-plantuml)
(flycheck-plantuml-setup)

NOTE: This will also require the manual installation of flycheck and plantuml-mode if you have not done so already.

License

Copyright © 2016 Alex Murray

Distributed under GNU GPL, version 3.