diff --git a/modules/core.el b/modules/core.el index 9eef6af..1c6c53f 100644 --- a/modules/core.el +++ b/modules/core.el @@ -52,7 +52,6 @@ (add-to-list 'org-structure-template-alist '("sh" . "src shell")) (add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp")) (org-babel-do-load-languages 'org-babel-load-languages '((shell . t) - (python . t) (emacs-lisp . t)))) (defun dotfiles/tangle (dir)