소스 검색

small changes

pull/1/head
10sr 12 년 전
부모
커밋
b439b9f425
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      .emacs.el

+ 1
- 3
.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)


불러오는 중...
취소
저장