From 285a04f994b40abc20fc4b350df9043f2e00004a Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 18 Mar 2015 02:05:43 +0900 Subject: [PATCH] Supress error that terminal-title not found --- emacs.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs.el b/emacs.el index ce5804b..48a6a21 100644 --- a/emacs.el +++ b/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