From f63a2f4315fa0dd2a93f6035c2967ba15f2c2c93 Mon Sep 17 00:00:00 2001 From: Balaji Sivaraman Date: Sat, 16 Jan 2016 19:05:07 +0530 Subject: [PATCH] Link to official docs for setting config variables in JS layer readme --- layers/+lang/javascript/README.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layers/+lang/javascript/README.org b/layers/+lang/javascript/README.org index c2d374ec2..5a8e8231e 100644 --- a/layers/+lang/javascript/README.org +++ b/layers/+lang/javascript/README.org @@ -28,7 +28,7 @@ This layer adds support for the JavaScript language using [[https://github.com/m - CoffeeScript support - Formatting with [[https://github.com/yasuyk/web-beautify][web-beautify]] - Get the path to a JSON value with [[https://github.com/Sterlingg/json-snatcher][json-snatcher]] - + * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =javascript= to the existing =dotspacemacs-configuration-layers= list in this @@ -56,6 +56,9 @@ To make tern re-use the server across multiple different editing sessions (thus creating multiple =.tern-port= files for each document you have open [[http://ternjs.net/doc/manual.html][see here for more details]]): +The variables provided below can be set when adding the =javascript= configuration +layer, as detailed in [[file:../../../doc/DOCUMENTATION.org::Setting%20configuration%20layers%20variables][this]] section of the documentation. + #+BEGIN_SRC emacs-lisp (javascript :variables javascript-disable-tern-port-files nil) #+END_SRC