summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--org.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--org.el')
-rw-r--r--.config/emacs/modules/bd--org.el14
1 files changed, 1 insertions, 13 deletions
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")