Merge branch 'main' of github.com:Simponic/.s
This commit is contained in:
commit
c923bcf8d7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user