소스 검색

Supress error that terminal-title not found

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

+ 4
- 4
emacs.el 파일 보기

@@ -407,10 +407,10 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; title and mode-line

(when (fetch-library
"https://raw.github.com/10sr/emacs-lisp/master/terminal-title.el"
t)
(safe-require-or-eval 'terminal-title)
(when (and (fetch-library
"https://raw.github.com/10sr/emacs-lisp/master/terminal-title.el"
t)
(safe-require-or-eval 'terminal-title))
;; if TERM is not screen use default value
(if (getenv "TMUX")
;; if use tmux locally just basename of current dir


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