瀏覽代碼

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


Loading…
取消
儲存