summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-20 19:08:25 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-20 19:08:25 +0000
commit591f62b2ea58fb93035355033c0591c6de4a2e09 (patch)
tree9521c25e40bae9563926d1ee092c814fa41c2d9b
parentac5580082d352b449767a432e44799d86a090d2f (diff)
babel for python
-rw-r--r--init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.el b/init.el
index e19d971..983b640 100644
--- a/init.el
+++ b/init.el
@@ -31,6 +31,13 @@
;; Garbage collection
(setq gc-cons-percentage 0.6)
+;; Babel
+(org-babel-do-load-languages
+ 'org-babel-load-languages
+ '((emacs-lisp . t)
+ (python . t)
+ (clojure . t)))
+
;; MISC optimizations
(setq idle-update-delay 1.0)
(setq-default bidi-display-reordering 'left-to-right