Commit graph

705 commits

Author SHA1 Message Date
Vincent Zhang
266cedffa9 Improve major-mode segment: add menus for major/minor modes. 2018-09-30 15:16:44 +08:00
Vincent Zhang
cd07d77c9f Update faces of windown numbers. 2018-09-30 00:23:07 +08:00
Vincent Zhang
671553d18d Put the bar to the left. 2018-09-29 22:58:24 +08:00
Vincent Zhang
fde317e967 Adjust mode-line height (25) and bar width (3). 2018-09-29 22:46:16 +08:00
Vincent Zhang
7f86ec193d Revert "Improve major-mode segment: add menus for major/minor modes."
This reverts commit c5739f3f14.
2018-09-29 19:21:19 +08:00
Vincent Zhang
c5739f3f14 Improve major-mode segment: add menus for major/minor modes. 2018-09-29 19:09:14 +08:00
Vincent Zhang
e4605cd361 Fix #30: adjust mode-line bars with font size. 2018-09-29 17:14:43 +08:00
Vincent Zhang
973e9ce7c7 Update README. 2018-09-29 00:47:43 +08:00
Vincent Zhang
52243514af Fix #31: support input-method. 2018-09-28 16:31:33 +08:00
Vincent Zhang
92b5bf5c79 Fix #29: Handle project root is nil.
Exception: (wrong-type-argument stringp nil)
2018-09-26 17:20:04 +08:00
Vincent Zhang
f7a573906d Update vc state on modeline while selecting the window.
This might address this issue:
Modeline VC branch name not updating on magit-checkout.
In doom-modeline, only show vc state in active window, so
it makes sense to update vc state while selecting the
window, and it won't bring performance issue.

Refer to:
https://github.com/hlissner/doom-emacs/issues/826
3d8e81b7e1
2018-09-25 00:05:01 +08:00
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