<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>vendor/multi-term.el</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -56,25 +56,13 @@
                                          'fullboth)))
 (global-set-key (kbd &quot;M-n&quot;) 'toggle-fullscreen)
 
-;; Create new shells
-(global-set-key [f9] 'alt-shell-dwim)
-(defun alt-shell-dwim (arg)
-  &quot;Run an inferior shell like `shell'. If an inferior shell as its I/O
-through the current buffer, then pop the next buffer in `buffer-list'
-whose name is generated from the string \&quot;*shell*\&quot;. When called with
-an argument, start a new inferior shell whose I/O will go to a buffer
-named after the string \&quot;*shell*\&quot; using `generate-new-buffer-name'.&quot;
-  (interactive &quot;P&quot;)
-  (let* ((shell-buffer-list
-	  (let (blist)
-	     (dolist (buff (buffer-list) blist)
-	       (when (string-match &quot;^\\*shell\\*&quot; (buffer-name buff))
-	 	(setq blist (cons buff blist))))))
-	  (name (if arg
-	 	   (generate-new-buffer-name &quot;*shell*&quot;)
-	 	 (car shell-buffer-list))))
-    (shell name)))
+;; Multi-term
+(require 'multi-term)
+(multi-term-keystroke-setup)
+(setq multi-term-program &quot;/bin/bash&quot;)
 
+;; TE for terminal
+(global-set-key (kbd &quot;M-e&quot;) 'multi-term)
 
 ;; Keyboard
 </diff>
      <filename>arun.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9a42ec393957ab0aed74d8370b0cf36da363e9f7</id>
    </parent>
  </parents>
  <author>
    <name>arunthampi</name>
    <email>arun.thampi@gmail.com</email>
  </author>
  <url>http://github.com/arunthampi/emacs-starter-kit/commit/1616628f07832db75ef10d8540c0f7efe34f3491</url>
  <id>1616628f07832db75ef10d8540c0f7efe34f3491</id>
  <committed-date>2009-01-04T22:56:05-08:00</committed-date>
  <authored-date>2009-01-04T22:56:05-08:00</authored-date>
  <message>Add multi-term for distraction-free programming and terminals</message>
  <tree>4ed0fbcfb726eee3c50d5c0441d90fc79ffa1690</tree>
  <committer>
    <name>arunthampi</name>
    <email>arun.thampi@gmail.com</email>
  </committer>
</commit>
