diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-20 19:08:25 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-20 19:08:25 +0000 |
commit | 591f62b2ea58fb93035355033c0591c6de4a2e09 (patch) | |
tree | 9521c25e40bae9563926d1ee092c814fa41c2d9b | |
parent | ac5580082d352b449767a432e44799d86a090d2f (diff) |
babel for python
-rw-r--r-- | init.el | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |