Vincent Zhang
874c421222
Update README.
2019-11-30 01:17:34 +08:00
Vincent Zhang
d822ebd444
Refactor minor-modes segment.
2019-11-29 23:24:16 +08:00
Vincent Zhang
bd3b0dfe21
Optimize buffer state icons.
2019-11-29 19:02:59 +08:00
Vincent Zhang
064ce4d422
Fix: doom-modeline-buffer-state-icon is unavailable.
2019-11-29 17:43:19 +08:00
Vincent Zhang
621edf5fb9
Revert "Use derived-mode-p"
...
This reverts commit 0bba9c4db8
.
Also add gfm-mode.
Close #270 .
2019-11-27 15:29:49 +08:00
Vincent Zhang
9880251702
Watch doom-modeline-unicode-fallback.
2019-11-26 20:05:57 +08:00
Vincent Zhang
9d820b9c48
Refactor modals segment.
2019-11-26 19:08:06 +08:00
Vincent Zhang
b0a25346c1
Slightly adjust the position of icons.
2019-11-26 15:41:14 +08:00
Vincent Zhang
b7f1c8c79b
Add more test cases.
2019-11-26 02:34:38 +08:00
Vincent Zhang
e00c64831c
Add ert test cases.
2019-11-26 01:19:26 +08:00
Vincent Zhang
10ff30dbcd
Update README.
2019-11-24 22:09:54 +08:00
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
Vincent Zhang
0941b14fb2
Merge pull request #268 from jmromer/add-word-count
...
Add continuously displayed word count segment.
2019-11-24 07:30:17 -06:00
Jake Romer
ad33d3a97e
Update README
2019-11-24 08:10:11 -05:00
Jake Romer
c87555de4f
Propertize active case
2019-11-24 08:06:19 -05:00
Jake Romer
0bba9c4db8
Use derived-mode-p
2019-11-24 08:00:02 -05:00
Jake Romer
d4b4ea4d61
Display wc in inactive mode-lines
2019-11-24 07:40:14 -05: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
711bc49106
Format.
2019-11-24 01:20:47 +08:00
Vincent Zhang
8806da711c
Improve macro indicator.
2019-11-24 01:18:54 +08:00
Vincent Zhang
2b9a43d0de
Update README.
2019-11-23 18:02:15 +08:00
Vincent Zhang
61868f0b15
Update travis ci.
2019-11-23 17:45:50 +08:00
Vincent Zhang
759f30ee8b
Not triggering CI if only docs are updated.
2019-11-23 17:38:27 +08:00
Vincent Zhang
d646a1f1da
Update README.
2019-11-23 16:53:53 +08:00
Vincent Zhang
188b2bda5f
Update face: doom-modeline-buffer-timemachine.
2019-11-23 01:44:31 +08: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
Vincent Zhang
d6165e6f3c
Change doom-modeline-evil-state-icon to doom-modeline-modal-icon.
...
See #265 .
2019-11-22 18:33:43 +08:00
Vincent Zhang
c70bb0c39d
Update github unicode character.
2019-11-22 18:04:05 +08:00
Vincent Zhang
c360e99d43
Fix #266 : Icons are used even if doom-modeline-icon is set to nil.
2019-11-22 17:23:17 +08:00
Vincent Zhang
7b1fc68942
Merge pull request #267 from seanfarley/smf/irc-fix-active
...
vcs: also add vcs modeline hook for magit-status
2019-11-21 18:32:42 -06:00
Sean Farley
666292cb83
vcs: also add vcs modeline hook for magit-status
2019-11-20 23:19:04 -08:00
Sean Farley
f252bf1cb9
segments: remove checks for irc being active
...
Since we now have two different segments for irc-buffers and irc (just
the notification), it doesn't seem to make sense to check for whether
the irc buffers are active. With two different segments, a user can just
add or remove the segment they want.
2019-11-20 22:03:46 -08:00
Vincent Zhang
7a44cbc1cc
Add doom-modeline-add-variable-watcher.
2019-11-21 01:36:09 +08:00
Vincent Zhang
0dd6a32b7e
Adjust the position of the buffer icon.
2019-11-21 00:44:07 +08:00
Vincent Zhang
01eb33201f
Update comments.
2019-11-20 23:40:56 +08:00
Vincent Zhang
2b8dd0a486
Refactor.
2019-11-20 23:31:34 +08:00
Vincent Zhang
b697bb14df
Improve grip segment.
2019-11-20 23:18:16 +08:00
Vincent Zhang
694647c395
Improve git-timemachine segment.
2019-11-20 22:56:38 +08:00
Vincent Zhang
54bc32359a
Add vcs mode-line.
2019-11-20 22:09:18 +08:00
Vincent Zhang
192f2f1475
Refactor icons.
...
1. Remove functions: doom-modeline-icon-xxx.
2. Refactor doom-modeline-update-buffer-file-icon.
2019-11-20 18:45:36 +08:00
Vincent Zhang
8d55840353
Fix typo in README.
...
Close #264 .
2019-11-20 11:45:54 +08:00
Vincent Zhang
9decb80306
Refactor irc segment.
2019-11-20 00:14:16 +08:00
Vincent Zhang
b1ad832208
Remove extra space in buffer-encoding segment.
2019-11-19 23:55:15 +08:00
Vincent Zhang
2d7928a328
Improve debug segment.
2019-11-19 23:50:47 +08:00
Vincent Zhang
ba6cc1d425
Fix: not displaying the battery segment in all windows.
2019-11-19 23:45:48 +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
7c0e93d0d9
Allow emacs-git-snapshot failures.
2019-11-19 00:10:41 +08:00
Vincent Zhang
45ce4ec9fe
Improve irc buffers.
2019-11-18 04:19:34 +08:00