diff options
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/modules/bd--devel.el | 5 | ||||
-rw-r--r-- | .config/emacs/modules/bd--org.el | 14 |
2 files changed, 1 insertions, 18 deletions
diff --git a/.config/emacs/modules/bd--devel.el b/.config/emacs/modules/bd--devel.el index a49e311..b9e116f 100644 --- a/.config/emacs/modules/bd--devel.el +++ b/.config/emacs/modules/bd--devel.el @@ -16,11 +16,6 @@ to.") ;;;; general -(defun remote-shell () - (interactive) - (let ((default-directory "/ssh:bdunahu@perch")) - (shell))) - (defun request-sudo () "Uses TRAMP to edit current opened file as root." (interactive) 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") |