From 5c2aa826a2b5842d6c1450f9e47d8cb52482060f Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 20 Jan 2018 15:42:28 +0100 Subject: [PATCH] Fix typo --- layers/+lang/elixir/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/+lang/elixir/README.org b/layers/+lang/elixir/README.org index 0fe45293f..1fd026bb3 100644 --- a/layers/+lang/elixir/README.org +++ b/layers/+lang/elixir/README.org @@ -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