Commit graph

545 commits

Author SHA1 Message Date
Vincent Zhang
4730ac9739 Refactor. 2019-11-24 22:05:43 +08:00
Vincent Zhang
3c0b11c41a Simplify timemachine mode-line. 2019-11-24 22:00:33 +08:00
Vincent Zhang
dca6d4ca6a Refactor word-count segment. 2019-11-24 21:58:18 +08:00
Jake Romer
bf03231304
Add continuously displayed word count segment.
Introduces `doom-modeline-continuous-word-count-modes`, a customizable list
of major modes in which display a word count continuously when
`doom-modeline-enable-word-count' is non-nil.

```lisp
;; Major modes in which to display word count continuously.
;; Respects `doom-modeline-enable-word-count'.
(setq doom-modeline-continuous-word-count-modes '(markdown-mode org-mode))
```
2019-11-23 22:03:09 -05:00
Vincent Zhang
53306d3fdf Revert "vcs: also add vcs modeline hook for magit-status"
This reverts commit 666292cb83.
2019-11-23 01:23:36 +08:00
Sean Farley
666292cb83 vcs: also add vcs modeline hook for magit-status 2019-11-20 23:19:04 -08:00
Vincent Zhang
54bc32359a Add vcs mode-line. 2019-11-20 22:09:18 +08:00
Vincent Zhang
11d42282f2 Add irc-buffers segment to the special mode-line.
Close #260.
Remove option: doom-modeline-irc-buffers.
Update special mode-line.
2019-11-19 23:45:33 +08:00
Vincent Zhang
6a3b0639c6 [Feature] Support rcirc. 2019-11-18 04:07:34 +08:00
Vincent Zhang
de8f84f7ff Bump version. 2019-11-17 03:01:38 +08:00
Vincent Zhang
dcc57fd45e Merge irc and irc-buffers segment.
Provide the new option: doom-modeline-irc-buffers.
2019-11-17 01:20:27 +08:00
Vincent Zhang
e458d77ef0 Remove irc-buffers segment from main mode-line. 2019-11-17 00:48:16 +08:00
Vincent Zhang
1369acac1c Bump version. 2019-11-16 13:31:17 +08:00
Vincent Zhang
ff28d4e16b Enhance irc segment. 2019-11-16 02:57:54 +08:00
Vincent Zhang
be71570911 Bump version. 2019-11-12 01:33:46 +08:00
Vincent Zhang
30a37d2134 Bump version. 2019-11-08 03:08:00 +08:00
Vincent Zhang
7edb863a81 Bump version to 2.7.1. 2019-11-06 01:11:46 +08:00
Vincent Zhang
44d0f7b871 Refactor. 2019-11-05 21:06:53 +08:00
Vincent Zhang
95809a1b04 Fix #248: Unable to kill *scratch* while starting Emacs.
Check if "*scratch*" and "*Messages*" buffers exist while setting the mode-line
for them.
2019-11-04 22:12:28 +08:00
Vincent Zhang
a8d932e093 Restore to the default mode-line for special buffers. 2019-10-28 01:29:33 +08:00
Vincent Zhang
93135d4220 [Feature] Use built-in battery instead of unmaintained fancy-battery.
See 9b88ae77a0.
2019-10-25 01:28:57 +08:00
Vincent Zhang
cfb45c8eef [Feature] Unicode and ASCII fallbacks.
Enhance the segments.
Remove doom-modeline-persp-name-icon.
Refactor.
See #218.
2019-10-23 02:50:04 +08:00
Vincent Zhang
c7eb0fb93e Bump version to 2.6.2. 2019-10-12 03:30:46 +08:00
Vincent Zhang
5eb0961d1f Force to set mode-line for scratch and message buffers. 2019-10-12 03:28:34 +08:00
Vincent Zhang
5d3c59968b Add doom-modeline-mode-map. 2019-10-08 12:15:40 +08:00
Vincent Zhang
b117f2e869 Support find-file-in-project. 2019-09-09 17:18:26 +08:00
Vincent Zhang
c97e06454b Only change the face of buffer files. 2019-09-05 03:30:43 +08:00
Vincent Zhang
5b523bef65 Bump version to 2.6.0. 2019-09-02 17:18:51 +08:00
Vincent Zhang
0186ce9de9 [Feature] New indicator for markdown/org preview with grip. 2019-08-16 22:56:29 +08:00
Vincent Zhang
56464b146e Fix #206: Don't display overwrite state when evil-mode is enabled. 2019-08-07 21:03:58 +08:00
Vincent Zhang
eb3258b503 Bump version to 2.5.0. 2019-08-05 00:29:50 +08:00
Vincent Zhang
e2e8c1c422 Rename doom-modeline--default-mode-line to doom-modeline--old-format. 2019-07-23 02:27:00 +08:00
Vincent Zhang
7541c31846 Bump version to 2.4.0. 2019-07-15 01:42:40 +08:00
Vincent Zhang
02e50cfb60 Bump version to 2.3.8. 2019-07-07 13:53:29 +08:00
Vincent Zhang
fd52978a97 Improve icons for the persp-name segment. 2019-07-02 14:07:21 +08:00
Vincent Zhang
911ddd89aa Bump version to 2.3.6. 2019-07-01 19:48:15 +08:00
Vincent Zhang
d179593c7a Bump version to 2.3.5. 2019-06-24 14:17:12 +08:00
Vincent Zhang
3ab88cb57c Make lsp state as buffer local. 2019-06-14 00:52:18 +08:00
Vincent Zhang
33284e5d9a Enable and disable colorful major icons.
Close #182.
2019-06-04 22:58:24 +08:00
Vincent Zhang
f524bbc622 Fix #178: "Error during redisplay" when org agenda mode is enabled. 2019-05-29 13:39:56 +08:00
Vincent Zhang
839f94e889 Update minimal and special mode-line. 2019-05-23 03:54:06 +08:00
Vincent Zhang
d306c3f0d3 Bump version to 2.3.1. 2019-05-20 23:18:18 +08:00
Vincent Zhang
798c8687cd Update docs and bump version to 2.3.0. 2019-05-20 01:52:51 +08:00
Vincent Zhang
46338a560d [Feature] timemachine mode-line for git-timemachine-mode. 2019-05-19 23:04:03 +08:00
Vincent Zhang
a783f9c68e Use project mode-line in dired-mode. 2019-05-19 15:59:13 +08:00
Vincent Zhang
ec4e6b932e [Feature] overwrite-mode indicator.
Close #174.
2019-05-19 04:09:36 +08:00
Vincent Zhang
230ffe8efc Fix #173: Vertical separators showing up when modeline is inactive. 2019-05-19 03:45:04 +08:00
Vincent Zhang
d09943534c Bump version to 2.2.1. 2019-05-16 23:32:27 +08:00
Vincent Zhang
d092d9b182 Bump version to 2.2.0. 2019-05-14 02:13:12 +08:00
Vincent Zhang
edd97bb2a0 [Feature] indent-info segment. 2019-05-14 02:08:37 +08:00