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--devel.el | 5 ----- .config/emacs/modules/bd--org.el | 14 +------------- 2 files changed, 1 insertion(+), 18 deletions(-) (limited to '.config/emacs') 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") -- cgit v1.2.3