Adds os detection for bootstrapping configs

This commit is contained in:
William Carroll 2017-06-23 13:01:16 -04:00
parent e51d11e4bc
commit f344f2e370
10 changed files with 50 additions and 53 deletions

View file

@ -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.")