diff --git a/emacs.el b/emacs.el index 6e29889..fe2a1bb 100644 --- a/emacs.el +++ b/emacs.el @@ -208,6 +208,11 @@ found, otherwise returns nil." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; title and mode-line +(when (fetch-library + "https://raw.github.com/10sr/emacs-lisp/master/terminal-title.el" + t) + (require 'terminal-title nil t)) + (setq eol-mnemonic-dos "crlf") (setq eol-mnemonic-mac "cr") (setq eol-mnemonic-unix "lf")