Commit graph

194 commits

Author SHA1 Message Date
Vincent Zhang
b020f8b0a7 Merge 712b775f36 (diff-0ce4da53ad0195d3b7cf5888417057de). 2018-09-24 22:56:57 +08:00
Vincent Zhang
a22a895b7b Fix: invalid shrinked file path when the file is not in a project.
Refer to
https://emacs-china.org/t/doom-modeline-doom-emacs-mode-line/6742/34?u=seagle0128.
2018-09-24 22:39:36 +08:00
Vincent Zhang
299ef87829 Update modeline while refreshing vc. 2018-09-24 21:41:10 +08:00
Vincent Zhang
c3b3f802e4 Fix: missing doom-modeline-project-root-dir face. 2018-09-24 17:55:19 +08:00
Vincent Zhang
d3248df48e Disable projectile mode-line segment.
Merge 7acece3e0b (diff-7c3c39ae74345187bff045ab23ca05bd)
2018-09-24 17:31:45 +08:00
Vincent Zhang
3d8e81b7e1 Delete doom-modeline-magit-post-refresh due to the performance issue.
Workaround:
Revert the buffers manually.
(setq auto-revert-check-vc-info t) brings the same performance issue.

Refer to:
https://github.com/magit/magit/issues/2687
https://magit.vc/manual/magit/The-mode_002dline-information-isn_0027t-always-up_002dto_002ddate.html
2018-09-21 00:40:48 +08:00
Vincent Zhang
32963f4d29 Set default height to 23. 2018-09-18 00:09:43 +08:00
Vincent Zhang
8c982b8c30 Fix #27: Visual block modeline indicator not shown. 2018-09-17 23:58:31 +08:00
Vincent Zhang
a476d582a2 Update README.
Address https://github.com/seagle0128/doom-modeline/issues/26.
2018-09-14 15:08:37 +08:00
Vincent Zhang
54c2824125 Slightly change evil-state. 2018-09-11 17:41:00 +08:00
Vincent Zhang
dcb106fb5f Fix: don't use doom-modeline-error which is defined in doom-themes. 2018-09-11 17:33:39 +08:00
Vincent Zhang
bc06fadfc7 Update package description. 2018-09-11 00:38:31 +08:00
Vincent Zhang
ac186eb7d2 Use when-let instead of when-let* since it's kept in Emacs 26.1. 2018-09-10 23:00:26 +08:00
Vincent Zhang
ac0372958b Show process status in all buffers. 2018-08-31 03:51:04 +08:00
Vincent Zhang
ad7c7ae7e4 Minor fix format. 2018-08-29 00:16:26 +08:00
Vincent Zhang
be0461a68c Minor fix for compatibility. 2018-08-28 23:54:03 +08:00
Vincent Zhang
2ef9b88d4d Update travis CI config. 2018-08-28 23:30:33 +08:00
Vincent Zhang
5af4e88ee1 Change to 25.1 in travis CI. 2018-08-28 22:57:48 +08:00
Vincent Zhang
4ef58cdba6 Minor fix main. 2018-08-27 00:12:13 +08:00
Vincent Zhang
9d15e923c6 Update git ignore. 2018-08-23 16:41:09 +08:00
Vincent Zhang
2ff2ab757c Update comments. 2018-08-23 11:28:01 +08:00
Vincent Zhang
8ffa338004 Silent warnings. 2018-08-23 11:26:45 +08:00
Vincent Zhang
1ae5f7a523 Update README. 2018-08-23 11:10:51 +08:00
Vincent Zhang
56304ef4a1 Update README. 2018-08-23 11:06:11 +08:00
Vincent Zhang
c800b62a19 Show perl version in the modeline. 2018-08-23 11:05:45 +08:00
Vincent Zhang
558ca30cdd
Merge pull request #20 from akash-akya/elixir-version
Show Elixir version in the modeline
2018-08-23 10:37:41 +08:00
Vincent Zhang
652bd78f15
Merge pull request #21 from akash-akya/multiple-cursors
Show multiple cursors count in the modeline panel
2018-08-23 10:37:00 +08:00
Vincent Zhang
52621f0513
Merge pull request #22 from Dickby/master
add missing face for evil-replace-state
2018-08-23 10:35:10 +08:00
Dickby
f27c4fe194
Update doom-modeline.el 2018-08-23 01:58:44 +02:00
akash-akya
f9257e6c41 Show multiple cursors count in the modeline panel 2018-08-22 23:54:30 +05:30
akash-akya
86658d9f72 Show elixir version in the modeline 2018-08-22 23:50:50 +05:30
Vincent Zhang
4f95702d7f Silent warnings. 2018-08-23 00:49:08 +08:00
Vincent Zhang
c75dfe4fc1
Merge pull request #19 from ajwhite445/evil-indicator-state-faces
Add faces for evil indicator
2018-08-22 10:25:00 +08:00
Andy White
e8fc2e86b8 Add faces for evil indicator 2018-08-21 18:32:27 -04:00
Vincent Zhang
70b1dd3901
Merge pull request #18 from r0m4n27/master
Add variable for the python-version
2018-08-17 11:04:04 +08:00
Roman Kolesnikov
f1a22c1c90
Add variable for the python-version 2018-08-16 18:49:02 +02:00
Vincent Zhang
079762c85b Optimize loading performance of mode-line. 2018-08-16 11:45:26 +08:00
Vincent Zhang
1adcc1f9a9 Better looks for window numbers. 2018-08-15 01:02:50 +08:00
Vincent Zhang
79bfab380c Assign main mode-line to special buffers ("*scratch*" "*Messages*"). 2018-08-14 21:39:59 +08:00
Vincent Zhang
74c84537bd Fix: incorrect anzu display. 2018-08-14 17:35:36 +08:00
Vincent Zhang
aee0ad0994 Change mode-line height to 29. 2018-08-14 17:20:14 +08:00
Vincent Zhang
bd36eb9a98 Only show vcs and flycheck states in current window. 2018-08-14 15:40:13 +08:00
Vincent Zhang
176307f66c Fix: remove anzu default mode-line. 2018-08-14 10:57:16 +08:00
Vincent Zhang
c48459b7c8 Improve vcs faces on mode-line. 2018-08-14 01:13:09 +08:00
Vincent Zhang
71694224c6 Bump version to 0.4.0. 2018-08-14 00:32:34 +08:00
Vincent Zhang
ec11fef2a5 Fix #17: Undefined variable evil-ex-start-word-search. 2018-08-14 00:30:49 +08:00
Vincent Zhang
aa25e7b143 Set special buffers ("*scratch*" "*Messages*"). 2018-08-14 00:28:45 +08:00
Vincent Zhang
051528a52a Fix iedit subst. 2018-08-13 23:04:36 +08:00
Vincent Zhang
71c5047d3b Remove unused codes for evil-anzu. 2018-08-13 22:55:45 +08:00
Vincent Zhang
69e3f08d5b Fix when-let* for Emacs 25. 2018-08-13 22:03:57 +08:00