Skip to content
Snippets Groups Projects
Commit 80789157 authored by Pierre Balaye's avatar Pierre Balaye
Browse files

spacemacs default is based on test

parent de08eca7
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
(append dotspacemacs-configuration-layers (append dotspacemacs-configuration-layers
'( '(
;; -------- Languages ;; -------- Languages
;; ess ess
;; html ;; html
;; latex ;; latex
;; markdown ;; markdown
;; python ;; python
;; julia julia
;; javascript ;; javascript
;; sql ;; sql
;; go ;; go
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
;; org ;; org
;; gnus ;; gnus
;; fasd ;; fasd
lsp
;; -------- Project management ;; -------- Project management
;; git ;; git
......
(defun dotspacemacs/user-config-specific () (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)
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment