summaryrefslogtreecommitdiff
path: root/custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom.el')
-rw-r--r--custom.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/custom.el b/custom.el
index 2a43ffa..cf161ce 100644
--- a/custom.el
+++ b/custom.el
@@ -17,6 +17,14 @@
'(haskell-font-lock-symbols t)
'(js2-basic-offset 2)
'(linum-format " %7i ")
+ '(org-babel-load-languages
+ (quote
+ ((emacs-lisp . t)
+ (R . t)
+ (lilypond . t)
+ (scheme . t)
+ (sh . t)
+ (C . t))))
'(safe-local-variable-values
(quote
((eval modify-syntax-entry 43 "'")