diff --git a/layers/+lang/javascript/README.org b/layers/+lang/javascript/README.org index fa61669f9..399afa93b 100644 --- a/layers/+lang/javascript/README.org +++ b/layers/+lang/javascript/README.org @@ -67,8 +67,9 @@ layer, as detailed in [[file:../../../doc/DOCUMENTATION.org::Setting%20configura (javascript :variables javascript-disable-tern-port-files nil) #+END_SRC -Windows users may need to set the variable =tern-command= in order for emacs to locate -and launch tern server successfully. See [[https://github.com/ternjs/tern/issues/256#issuecomment-141531735][this open issue for more details]]: +Windows users may need to set the variable =tern-command= in order for emacs to +locate and launch tern server successfully. See [[https://github.com/ternjs/tern/issues/256#issuecomment-141531735][this open issue for more +details]]: #+BEGIN_SRC emacs-lisp (setq tern-command '("node" "/path/to/tern/bin/tern"))