Skip to content

Commit

Permalink
chore: Remove julia related config due to low usage
Browse files Browse the repository at this point in the history
Besides, `ob-julia` seems to cause trouble with `org-babel`.
  • Loading branch information
Maverobot committed Dec 20, 2023
1 parent 9423b3d commit 87c0db7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
3 changes: 0 additions & 3 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ This function should only modify configuration layer settings."
php
emacs-lisp
shell-scripts
(julia :variables
julia-backend 'lsp
julia-mode-enable-ess t)
(go :variables
go-backend 'lsp
go-tab-width 4
Expand Down
1 change: 0 additions & 1 deletion private/ob-julia
Submodule ob-julia deleted from c0017f
15 changes: 5 additions & 10 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -433,17 +433,12 @@ E.g. when visiting a soft/hard link.
#+END_SRC
*** org-babel
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(load "~/.spacemacs.d/private/ob-julia/ob-julia.el")

(with-eval-after-load 'org
(with-eval-after-load 'org-python
(with-eval-after-load 'org-C
(org-babel-do-load-languages
'org-babel-load-languages
'((C . t)
(python . t)
(shell . t)
(julia . t))))))
(org-babel-do-load-languages
'org-babel-load-languages
'((C . t)
(python . t)
(shell . t))))
#+END_SRC
*** org-journal
#+BEGIN_SRC emacs-lisp :tangle user-config.el
Expand Down

0 comments on commit 87c0db7

Please sign in to comment.