Browse Source

rm frame term func

pull/1/head
10sr 12 years ago
parent
commit
b04a0fc406
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      emacs.el

+ 0
- 14
emacs.el View File

@@ -813,20 +813,6 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
(multi-term)
(ansi-term "/bin/bash"))))

(defvar my-frame-term-plist nil)
;; (setplist my-frame-term-plist nil)
(defun my-execute-or-find-term ()
""
(interactive)
(let* ((buf (plist-get my-frame-term-plist (selected-frame))))
(if (and buf
(buffer-name buf))
(switch-to-buffer buf)
(setq my-frame-term-plist
(plist-put my-frame-term-plist
(selected-frame)
(my-term))))))

(defun my-delete-frame-or-kill-emacs ()
"delete frame when opening multiple frame, kill emacs when only one."
(interactive)


Loading…
Cancel
Save