Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Balaye
Multiple Emacs Flavor Setup
Commits
80789157
Commit
80789157
authored
May 18, 2020
by
Pierre Balaye
Browse files
spacemacs default is based on test
parent
de08eca7
Changes
2
Show whitespace changes
Inline
Side-by-side
configs/spacemacs-default/dot-layers.el
View file @
80789157
...
...
@@ -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
...
...
configs/spacemacs-default/dot-user-config.el
View file @
80789157
(
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
)
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment