From 8078915795313a5ee8439cc37dacef674eaecbd7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pierre=20Balay=C3=A9?= <pierre.balaye@univ-lille.fr>
Date: Mon, 18 May 2020 19:24:42 +0200
Subject: [PATCH] spacemacs default is based on test

---
 configs/spacemacs-default/dot-layers.el      |  5 +++--
 configs/spacemacs-default/dot-user-config.el | 17 +++++++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/configs/spacemacs-default/dot-layers.el b/configs/spacemacs-default/dot-layers.el
index 050ee67..586e4f3 100644
--- a/configs/spacemacs-default/dot-layers.el
+++ b/configs/spacemacs-default/dot-layers.el
@@ -5,12 +5,12 @@
    (append dotspacemacs-configuration-layers
            '(
      ;; -------- Languages
-     ;; ess
+     ess
      ;; html
      ;; latex
      ;; markdown
      ;; python
-     ;; julia
+     julia
      ;; javascript
      ;; sql
      ;; go
@@ -24,6 +24,7 @@
      ;; org
      ;; gnus
      ;; fasd
+     lsp
 
      ;; -------- Project management
      ;; git
diff --git a/configs/spacemacs-default/dot-user-config.el b/configs/spacemacs-default/dot-user-config.el
index 55e5b5b..85c9209 100644
--- a/configs/spacemacs-default/dot-user-config.el
+++ b/configs/spacemacs-default/dot-user-config.el
@@ -1,2 +1,19 @@
 (defun dotspacemacs/user-config-specific ()
+  (defun ulys/config/org/babel ()
+
+    ;; FIXME julia bug - hack I have opened issue #13597 
+    (setq inferior-julia-program-name "julia") 
+
+    (custom-set-variables
+     '(org-babel-load-languages (quote ((emacs-lisp . t)
+                                        (R          . t)
+                                        (latex      . t)
+                                        (shell      . t)
+                                        (ditaa      . t)
+                                        (julia      . t)
+                                        (python     . t)
+                                        (sql        . t)
+                                        )))
+     '(org-confirm-babel-evaluate nil)))
+  (ulys/config/org/babel)
   )
-- 
GitLab