Skip to content

Commit

Permalink
bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
Azer Koculu committed Nov 11, 2011
1 parent 3f90793 commit a7d4c9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/term.el
@@ -0,0 +1,5 @@
(defun bash (buffer-name)
"Start a terminal and rename buffer."
(interactive "sgive me a name sir: ")
(term "/bin/bash")
(rename-buffer buffer-name t))
1 change: 1 addition & 0 deletions profiles/default.el
Expand Up @@ -9,3 +9,4 @@
(load-conf-file "ido.el")
(load-conf-file "markdown.el")
(load-conf-file "undo-tree.el")
(load-conf-file "term.el")

0 comments on commit a7d4c9a

Please sign in to comment.