Skip to content

Instantly share code, notes, and snippets.

@nfedyashev
Created October 29, 2019 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfedyashev/30d65d5a6ca261326b449b45353010a5 to your computer and use it in GitHub Desktop.
Save nfedyashev/30d65d5a6ca261326b449b45353010a5 to your computer and use it in GitHub Desktop.
#+BEGIN_SRC emacs-lisp
;; active Babel languages
(org-babel-do-load-languages
'org-babel-load-languages
'((gnuplot . t)))
;; add additional languages with '((language . t)))
#+END_SRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment