Vincent Zhang
613684d383
Fix invalid icon family.
2018-11-25 03:06:34 +08:00
Vincent Zhang
336cab5ed4
Formalize the face of major mode icon.
2018-11-25 01:10:53 +08:00
Vincent Zhang
f244142693
Disable major-mode icons by default due to incorrect icons.
2018-11-25 00:56:48 +08:00
Vincent Zhang
d4973e2bc6
Optimize performance of updating buffer information (~2x faster).
2018-11-24 17:10:32 +08:00
Vincent Zhang
2b5a3b103e
Display file icons by default.
2018-11-24 13:19:14 +08:00
Vincent Zhang
229366ffe5
Optimize performance of displaying file icons.
2018-11-24 13:18:33 +08:00
Vincent Zhang
0c9888c5b6
Refactor: Update vcs and flycheck segments.
2018-11-24 13:11:58 +08:00
Vincent Zhang
25fa66bb08
Fix #49 : void-function file-local-name in spacemacs.
...
`file-local-name' is introduced in 25.2.2.
2018-11-24 12:18:41 +08:00
Vincent Zhang
969d001290
Update modeline after refreshing vc state.
2018-11-23 22:36:26 +08:00
Vincent Zhang
34c6f91d36
Fix #48 : [Feature] show the icon for major mode.
...
New variable `doom-modeline-major-mode-icon' to control.
2018-11-23 01:13:52 +08:00
Vincent Zhang
b91e76b383
Fix #47 : new style buffer-name
, which respects uniquify names.
2018-11-23 00:12:36 +08:00
Vincent Zhang
364f5acb0b
Fix: invalid path for remote files.
2018-11-22 05:07:45 +08:00
Vincent Zhang
5c396e2e18
Update features in README.
2018-11-22 04:02:16 +08:00
Vincent Zhang
a7643cf918
Add an indicator of remote host.
2018-11-22 03:59:39 +08:00
Vincent Zhang
d430859bf2
Add the roy-modal indicator.
2018-11-22 03:13:44 +08:00
Vincent Zhang
9acad7f3f4
Fix #46 : God-mode indicator.
2018-11-22 02:48:59 +08:00
Vincent Zhang
69f3029c31
Bump version to 0.8.1.
2018-11-20 23:29:04 +08:00
Vincent Zhang
d27c5485ba
[Optimize] doom-modeline-buffer-file-name for all truncate styles.
...
e.g.`truncate-upto-project' is ~5x faster.
(benchmark-run 1000 (format-mode-line mode-line-format))
~0.7s vs ~4s
Also add 2 new styles: `truncate-from-project' and `truncate-except-project'.
Given ~/Projects/FOSS/emacs/lisp/comint.el
truncate-upto-project => ~/P/F/emacs/lisp/comint.el
truncate-from-project => ~/Projects/FOSS/emacs/l/comint.el
truncate-with-project => emacs/l/comint.el
truncate-except-project => ~/P/F/emacs/l/comint.el
NOTE: `shrink-path-file-mixed' has so BAD performance! Damn it!!!
2018-11-20 23:23:23 +08:00
Vincent Zhang
51ca9570a6
Fix incorrect colors of slash.
2018-11-20 22:28:28 +08:00
Vincent Zhang
345959763b
Refactor: use internal variables.
2018-11-20 21:43:06 +08:00
Vincent Zhang
669206d03a
Remove redundant slash \
in truncated directory.
2018-11-20 21:26:34 +08:00
Vincent Zhang
a530aaee04
Optimize performance of truncate-with-project style.
...
`file-truename` is bad performance, so should not used in the crucial function.
2018-11-20 21:24:24 +08:00
Vincent Zhang
700a0107f2
Bump version to 0.8.0.
2018-11-18 04:08:58 +08:00
Vincent Zhang
13b22bdecb
Update truncate-with-project in README.
...
The new style `truncate-with-project' is ~3x faster than `truncate-upto-project'.
2018-11-18 04:02:02 +08:00
Vincent Zhang
5fefd185b6
Fix: nil error if the buffer file name doesn't contain directory.
2018-11-18 03:39:35 +08:00
Vincent Zhang
87ee2e7122
Add truncate-with-project style and set it to default.
2018-11-18 03:26:00 +08:00
Vincent Zhang
7f28abb514
Improve faces of the buffer info.
2018-11-18 02:08:51 +08:00
Vincent Zhang
c809e27487
Don't update buffer info if the file doesn't exist.
2018-11-16 02:28:36 +08:00
Vincent Zhang
c7251193bb
Fix: flash window number while re-enabling ace-window-display-mode
.
2018-11-16 01:45:52 +08:00
Vincent Zhang
9df9260ab3
Fix: flash window number while refreshing this buffer.
2018-11-16 01:37:58 +08:00
Vincent Zhang
489a75ae49
Bump version to 0.7.1.
2018-11-16 01:10:43 +08:00
Vincent Zhang
37eb515ef4
Update README.
2018-11-16 01:10:35 +08:00
Vincent Zhang
9701be775c
Revert performance optimization for buffer info.
...
Because the buffer info will be updated in many scenarios and no need to handle
all cases in hooks or advices.
But Keep showing buffer name if it doesn't equal the file name.
2018-11-16 00:53:52 +08:00
Vincent Zhang
f336f37efa
Fix #44 : Height problems with flycheck-mode on.
2018-11-15 23:32:47 +08:00
Vincent Zhang
6c151e7535
Merge pull request #45 from drrlvn/patch-1
...
Fix python-mode when executable is nil
2018-11-15 22:38:05 +08:00
Vincent Zhang
ab6ab18bc7
Hide buffer icons in inactive windows.
2018-11-15 17:24:00 +08:00
Dror Levin
82654eb6e0
Fix python-mode when executable is nil
...
Since executable-find cannot handle a nil argument then doom-modeline-python-executable should not be passed if it is set to nil.
2018-11-15 11:04:33 +02:00
Vincent Zhang
561560dfe5
Watch doom-modeline-buffer-file-name-style
to update buffer info.
2018-11-15 16:05:38 +08:00
Vincent Zhang
781ce1b3c2
Only show buffer name in inactive window.
2018-11-15 15:46:23 +08:00
Vincent Zhang
d0c23229ec
Optimize: get buffer info.
2018-11-15 14:35:57 +08:00
Vincent Zhang
8cf0646dc0
Remove unnecessary git-timemachine-mode-hook.
2018-11-15 14:13:50 +08:00
Vincent Zhang
a75f6f2ec8
Update buffer file name after renaming a buffer.
2018-11-15 03:40:21 +08:00
Vincent Zhang
09ed39a941
Compatible with git-timemachine.
2018-11-15 03:28:49 +08:00
Vincent Zhang
15a0a8a962
Fallback to buffer name if doom-modeline-buffer-file-name
is nil.
2018-11-14 23:03:44 +08:00
Vincent Zhang
ef1ee6357c
Show temp buffer name correctly.
...
That means the buffer exists but the file doesn't.
2018-11-14 22:40:20 +08:00
Vincent Zhang
44542191e6
Remove hacks.
2018-11-14 04:20:49 +08:00
Vincent Zhang
10b16b1386
Don't load doom-modeline after init time.
2018-11-14 04:17:56 +08:00
Vincent Zhang
4f0f761738
Refactor: doom-modeline-update-buffer-file-name.
2018-11-14 03:58:21 +08:00
Vincent Zhang
2b7ee7451f
HACK: Compatible with loading `doom-modeline' after init time.
2018-11-14 03:00:21 +08:00
Vincent Zhang
25b04d5c40
Show buffer name if the buffer name doesn't equal the file name.
...
NOTE: Format: "buffer-file-name[buffer-name]".
Except the same buffer names in different directories.
2018-11-14 01:40:09 +08:00