Update README and travis ci.

This commit is contained in:
Vincent Zhang 2018-10-15 20:58:27 +08:00
parent ce206c5a7a
commit 88610aad3b
2 changed files with 3 additions and 3 deletions

View file

@ -24,4 +24,3 @@ script:
- emacs --version - emacs --version
- pwd - pwd
- cask build - cask build
# - cask emacs cask --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el

View file

@ -59,8 +59,9 @@ Recommand to use [doom-themes](https://github.com/hlissner/emacs-doom-themes);
(setq doom-modeline-bar-width 3) (setq doom-modeline-bar-width 3)
;; Determines the style used by `doom-modeline-buffer-file-name' ;; Determines the style used by `doom-modeline-buffer-file-name'
;; If you are expereicing laggy issue, especially while editing remote files via ;; If you are expereicing the laggy issue, especially while editing remote files
;; tramp, please use `file-name', `truncate-all' or `truncate-upto-root' style. ;; with tramp, please use `file-name', `truncate-all' or `truncate-upto-root'
;; style.
;; Please refer to https://github.com/bbatsov/projectile/issues/657. ;; Please refer to https://github.com/bbatsov/projectile/issues/657.
(setq doom-modeline-buffer-file-name-style 'truncate-upto-project) (setq doom-modeline-buffer-file-name-style 'truncate-upto-project)