Skip to content

Commit

Permalink
Enable various org-babel languages
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jun 28, 2014
1 parent b4e4c78 commit 286d4b3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lisp/init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,25 @@
(when *is-a-mac*
(define-key org-mode-map (kbd "C-c g") 'org-mac-grab-link)))

(after-load 'org
(org-babel-do-load-languages
'org-babel-load-languages
'((R . t)
(ditaa . t)
(dot . t)
(emacs-lisp . t)
(gnuplot . t)
(haskell . nil)
(latex . t)
(ledger . t)
(ocaml . nil)
(octave . t)
(python . t)
(ruby . t)
(screen . nil)
(sh . t)
(sql . nil)
(sqlite . t))))


(provide 'init-org)

0 comments on commit 286d4b3

Please sign in to comment.