Adds os detection for bootstrapping configs
This commit is contained in:
parent
e51d11e4bc
commit
f344f2e370
10 changed files with 50 additions and 53 deletions
11
emacs/wc-ansi-term-functions.el
Normal file
11
emacs/wc-ansi-term-functions.el
Normal 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.")
|
Loading…
Add table
Add a link
Reference in a new issue