From b439b9f425d8e0e7967327968c839b87fcd1253b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 14 Dec 2011 19:18:18 +0900 Subject: [PATCH] small changes --- .emacs.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.emacs.el b/.emacs.el index 4c5d353..1d90ebd 100644 --- a/.emacs.el +++ b/.emacs.el @@ -811,8 +811,6 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB." 'my-frame-buffer-add) (add-hook 'dired-mode-hook 'my-frame-buffer-add) -(add-hook 'term-mode-hook - 'my-frame-buffer-add) (add-hook 'kill-buffer-hook 'my-frame-buffer-remove) (add-hook 'delete-frame-functions @@ -1707,7 +1705,7 @@ when SEC is nil, stop auto save if enabled." (my-execute-or-find-term))) (defun my-term () - "" + "open terminal buffer and return that buffer." (interactive) (if (eq system-type 'windows-nt) (eshell t)