From bb85451fa164e896d29be080fbfac1f5e58203ac Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 10 May 2024 22:29:40 -0600 Subject: Delete outdated configuration --- .config/emacs/modules/bd--org.el | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to '.config/emacs/modules/bd--org.el') diff --git a/.config/emacs/modules/bd--org.el b/.config/emacs/modules/bd--org.el index 06791a2..40bf643 100644 --- a/.config/emacs/modules/bd--org.el +++ b/.config/emacs/modules/bd--org.el @@ -30,7 +30,6 @@ each org file open." (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t) - (python . t) (shell . t) (lisp . t) (scheme . t))) @@ -61,18 +60,7 @@ each org file open." ("agenda_tasks.org" :maxlevel . 1)) org-capture-templates - `(("c" " College") - ("cs" "Software Testing" entry (file+olp ,agenda-file "CS415") - "* TODO %?\n DEADLINE: %^t") - ("cm" "Machine Learning" entry (file+olp ,agenda-file "CS445") - "* TODO %?\n DEADLINE: %^t") - ("cc" "Compiler Construction" entry (file+olp ,agenda-file "CS453") - "* TODO %?\n DEADLINE: %^t") - ("cx" "Compiler Context" entry (file+olp ,agenda-file "CS453") - "* TODO %?\n %a") - ("cw" "Creative Writing" entry (file+olp ,agenda-file "E210") - "* TODO %?\n DEADLINE: %^t") - ("s" " Self") + `(("s" " Self") ("si" "Idea" entry (file+olp ,agenda-file "Idea / Return") "* TODO %?\n %t") ("sc" "Context" entry (file+olp ,agenda-file "Idea / Return") -- cgit v1.2.3