This commit is contained in:
Paul 2018-01-20 15:42:28 +01:00 committed by syl20bnr
parent f93d1a1afd
commit 5c2aa826a2
1 changed files with 2 additions and 2 deletions

View File

@ -103,10 +103,10 @@ above.
Instead you should use directory local variables in order to enable the flycheck
checker only for certain projects. Directory local variables are stored in a
file named =.dir-local.el= usually at the root of a project. To easily add a
file named =.dir-locals.el= usually at the root of a project. To easily add a
directory local variable use the key binding ~SPC f v d~ then choose the
=elixir-mode= and the variable name =elixir-enable-compilation-checking= with a
value of t. The result is a new file =.dir-local.el= with the following
value of t. The result is a new file =.dir-locals.el= with the following
contents:
#+BEGIN_SRC elisp