Add elixir to org babel

This commit is contained in:
Lizzy Hunt 2023-02-22 11:40:00 -07:00
parent 87983a830b
commit 2d1bad1ad0
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49

View File

@ -157,8 +157,16 @@
(org-babel-do-load-languages
'org-babel-load-languages
'((lisp . t)
(elixir . t)
(emacs-lisp . t)
(python . t)))
#+END_SRC
*** Elixir
#+BEGIN_SRC emacs-lisp
(use-package ob-elixir
:ensure t)
#+END_SRC
** org-bullets
#+BEGIN_SRC emacs-lisp
(use-package org-bullets