From 679aeb99d98d360aba2ef6ec14baf0f5b142575d Mon Sep 17 00:00:00 2001 From: emacspace Date: Tue, 24 Dec 2019 10:03:00 +0000 Subject: [PATCH] documentation formatting: Tue Dec 24 10:03:00 UTC 2019 --- layers/+lang/dart/README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layers/+lang/dart/README.org b/layers/+lang/dart/README.org index 1fe330e76..beda85e2e 100644 --- a/layers/+lang/dart/README.org +++ b/layers/+lang/dart/README.org @@ -13,7 +13,7 @@ - [[#lsp][LSP]] - [[#flutter-integration][Flutter integration]] - [[#format-on-save][Format on save]] - - [[#dart-analyzer][Dart analyzer]] + - [[#dart-analyzer-deprecated][Dart analyzer (deprecated)]] - [[#flutter-integration-1][Flutter integration]] - [[#format-on-save-1][Format on save]] - [[#key-bindings][Key bindings]] @@ -104,7 +104,7 @@ to use analyzer features. #+BEGIN_SRC emacs-lisp (dart :variables dart-server-enable-analysis-server t) -#+end_src +#+END_SRC [[https://github.com/bradyt/dart-server][dart-server]] will use the =dart= executable location if available on the path, but it is possible to define the location manually. It should point to the folder and end with =/=. @@ -124,6 +124,7 @@ integration tools. *** Format on save Set the layer variable =dart-server-format-on-save= to =t= to activate formatting on save. + #+BEGIN_SRC elisp (dart :variables dart-server-format-on-save t) #+END_SRC