diff options
author | bd <bdunahu@colostate.edu> | 2024-05-10 22:29:40 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-05-10 22:29:40 -0600 |
commit | bb85451fa164e896d29be080fbfac1f5e58203ac (patch) | |
tree | c33238809600a0ee8ff7d3f93eec9d1d516d37a7 /.config/emacs/modules/bd--org.el | |
parent | ce515a034550bf1251cafe8e8a3e023e1329b50b (diff) |
Delete outdated configuration
Diffstat (limited to '.config/emacs/modules/bd--org.el')
-rw-r--r-- | .config/emacs/modules/bd--org.el | 14 |
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") |