add elixir tag to src blocks

This commit is contained in:
JAremko 2018-01-27 16:01:18 +02:00
parent a2ae2fd539
commit 0ae66fb111
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ time.
You need to install [[https://github.com/rrrene/credo][credo]] into your project. For this, add the following snippet
to dependencies of your project (in file =mix.exs=):
#+BEGIN_SRC
#+BEGIN_SRC elixir
{:credo, "~> 0.5", only: [:dev, :test]}
#+END_SRC
@ -80,7 +80,7 @@ You can tell flycheck-credo to call credo with the '--strict' argument.
In order to lint your code, you also need to install [[https://github.com/lpil/dogma][dogma]] into your project.
For this, add the following snippet to the dependencies in your =mix.exs= file:
#+BEGIN_SRC
#+BEGIN_SRC elixir
{:dogma, "~> 0.1", only: [:dev]}
#+END_SRC