From 88610aad3bbcf2c8a48331c0a802cea124f837c0 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Mon, 15 Oct 2018 20:58:27 +0800 Subject: [PATCH] Update README and travis ci. --- .travis.yml | 1 - README.md | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f717482..f96799e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,3 @@ script: - emacs --version - pwd - cask build -# - cask emacs cask --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el diff --git a/README.md b/README.md index 66575bb..29734f8 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,9 @@ Recommand to use [doom-themes](https://github.com/hlissner/emacs-doom-themes); (setq doom-modeline-bar-width 3) ;; Determines the style used by `doom-modeline-buffer-file-name' -;; If you are expereicing laggy issue, especially while editing remote files via -;; tramp, please use `file-name', `truncate-all' or `truncate-upto-root' style. +;; If you are expereicing the laggy issue, especially while editing remote files +;; with tramp, please use `file-name', `truncate-all' or `truncate-upto-root' +;; style. ;; Please refer to https://github.com/bbatsov/projectile/issues/657. (setq doom-modeline-buffer-file-name-style 'truncate-upto-project)