about summary refs log tree commit diff
path: root/emacs/wc-ansi-term-functions.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/wc-ansi-term-functions.el')
-rw-r--r--emacs/wc-ansi-term-functions.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/emacs/wc-ansi-term-functions.el b/emacs/wc-ansi-term-functions.el
deleted file mode 100644
index aae9e0c6c238..000000000000
--- a/emacs/wc-ansi-term-functions.el
+++ /dev/null
@@ -1,11 +0,0 @@
-;; if in a project
-  ;; if ansi-term is an existing process for the current project
-    ;; ok
-    ;; create an ansi-term buffer for the current project
-  ;; if ansi-term is an open window
-    ;; if number of open windows == 1, visit MRU source code buffer
-    ;; if number of open windows  > 1, (delete-window ansi-term-window)
-  ;; if ansi-term is not an open window
-    ;; open ansi-term other-window
-;; else
-  ;; (message "You are not currently in a project.")