Created
July 21, 2012 14:58
-
-
Save bosmacs/3156052 to your computer and use it in GitHub Desktop.
set org-babel default compilers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; set default compiler | |
(setq org-babel-C-compiler "clang") | |
(setq org-babel-C++-compiler "clang++") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment