Apply fill-paragraph after previous commit

This commit is contained in:
Fabien Dubosson 2016-04-28 15:50:11 +02:00
parent d2486e3956
commit a03aff8fa1
1 changed files with 3 additions and 2 deletions

View File

@ -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"))