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-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
|
||||
|
Loading…
Reference in New Issue
Block a user