diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/wc-ansi-term-functions.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs/wc-ansi-term-functions.el b/emacs/wc-ansi-term-functions.el new file mode 100644 index 000000000000..aae9e0c6c238 --- /dev/null +++ b/emacs/wc-ansi-term-functions.el @@ -0,0 +1,11 @@ +;; 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.") |