From 062ba792fd630a156bdaa636de59eecd74f5b5fa Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 4 Feb 2021 19:54:42 -0500 Subject: [PATCH] Cleanup imports --- modules/core.el | 1 - 1 file changed, 1 deletion(-) 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)