From f068368fc980ca385810a023d3bc489e4e45f9e0 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 29 May 2020 17:41:04 +0200 Subject: [PATCH] Changed the location of the Dart SDK --- org/config/spacemacs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index c7a40ce..c816d2f 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -545,8 +545,8 @@ server, and to the LSP server of Dart. #+BEGIN_SRC emacs-lisp (dart :variables - lsp-dart-project-sdk-dir "/opt/flutter/bin/cache/dart-sdk/" - lsp-dart-sdk-dir "/opt/flutter/bin/cache/dart-sdk/") + lsp-dart-project-sdk-dir "/opt/dart-sdk/" + lsp-dart-sdk-dir "/opt/dart-sdk/") #+END_SRC When it comes to the Python layer, I set its backend and formatter to be