https://github.com/aaronjensen/flycheck-dogma
https://github.com/aaronjensen/flycheck-dogma
dogma elixir emacs flycheck melpa
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronjensen/flycheck-dogma
- Owner: aaronjensen
- Created: 2017-01-25T07:17:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T16:41:57.000Z (over 8 years ago)
- Last Synced: 2025-01-01T00:41:47.762Z (10 months ago)
- Topics: dogma, elixir, emacs, flycheck, melpa
- Language: Emacs Lisp
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED
flycheck-dogma is now built in to flycheck, please use that one, thanks!# flycheck-dogma [](https://melpa.org/#/flycheck-dogma)
[flycheck][] checker for [dogma][].
## Installation
You can install this package from [Melpa][]
```
M-x package-install RET flycheck-dogma RET
```## Usage
Ensure that `dogma` is installed in your project.
Then, in your `init.el`:
```elisp
(eval-after-load 'flycheck
'(flycheck-dogma-setup))
(add-hook 'elixir-mode-hook 'flycheck-mode)
```## Thanks
* [@lpil][] for [dogma][].
* [@lunaryorn][] for [flycheck][].[flycheck]: http://www.flycheck.org/
[dogma]: https://github.com/lpil/dogma
[@lpil]: https://github.com/lpil
[@lunaryorn]: https://github.com/lunaryorn
[Melpa]: http://melpa.milkbox.net/