org babel prolog
This commit is contained in:
parent
f08bf17d40
commit
afe0269eca
1 changed files with 4 additions and 1 deletions
|
|
@ -639,11 +639,14 @@ Adding rainbow coloring to parentheses.
|
|||
* Org Babel
|
||||
[[https://orgmode.org/worg//org-contrib/babel/languages/ob-doc-C.html][How to use C++ code blocks (tables included)]]
|
||||
#+begin_src emacs-lisp
|
||||
(git-package "https://github.com/ljos/ob-prolog")
|
||||
(use-package ob-prolog)
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
'((shell . t)
|
||||
(C . t)
|
||||
(python . t)))
|
||||
(python . t)
|
||||
(prolog . t)))
|
||||
#+end_src
|
||||
* ORG MODE
|
||||
** Org Copy Link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue