Merge branch 'main' of github.com:Simponic/.s

This commit is contained in:
Elizabeth Hunt 2023-02-22 12:41:24 -07:00
commit c923bcf8d7

View File

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