mirror of
https://github.com/correl/doom-modeline.git
synced 2024-12-18 03:00:10 +00:00
Update README and travis ci.
This commit is contained in:
parent
ce206c5a7a
commit
88610aad3b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue