Commit graph

1253 commits

Author SHA1 Message Date
Vincent Zhang
13310024d7
Merge pull request #279 from Melkor333/Gnus
Add basic Gnus support without any other dependency than gnus
2019-12-24 15:20:30 -06:00
Melkor333
3b2df9ab56 Add basic gnus support without any other dependency than gnus 2019-12-18 01:19:55 +01:00
Vincent Zhang
a6f6f25877 Update default faces of evil. 2019-12-10 01:36:36 +08:00
Vincent Zhang
b400368524 Update the unicode fallbacks. 2019-12-10 00:23:50 +08:00
Vincent Zhang
bb4d748ed5 Bump version. 2019-12-08 01:17:31 +08:00
Vincent Zhang
d621458714 Fix #277: God-mode state tag not showing. 2019-12-08 01:16:05 +08:00
Vincent Zhang
0e3abf8ccc Update README.
Close #276.
2019-12-06 00:13:14 +08:00
Vincent Zhang
fd66e7d2b7 Better Workaround: Fix tall issue of 27 on Linux.
See #271.
2019-12-05 01:31:17 +08:00
Vincent Zhang
e161813e0f [Enhancement] Improve minor-modes segment. 2019-12-03 23:42:48 +08:00
Vincent Zhang
09fa73b22c Fix #271: Tall modeline on lucid Emacs.
This is a workaround for lucid Emacs 27. The side effect is the bars height may
be smaller than the actual height. Adjusting doom-modeline-height is able to
address it.
2019-12-03 17:37:08 +08:00
Vincent Zhang
2fcb6e8c0f Revert "Minor fix."
This reverts commit 211c0d0c28.

Close #274.
2019-12-03 01:10:23 +08:00
Vincent Zhang
211c0d0c28 Minor fix. 2019-12-02 13:28:15 +08:00
Vincent Zhang
247d77cc60 Update battery status immediately after enabling it. 2019-12-02 13:25:46 +08:00
Vincent Zhang
7a7f17c6bc Format. 2019-12-02 02:43:32 +08:00
Vincent Zhang
6c4a702d66 Fix infinitely recursings. 2019-12-02 02:39:01 +08:00
Vincent Zhang
5013650df0 Improve faces. 2019-12-02 02:28:25 +08:00
Vincent Zhang
3fe226542e Fix #273: modeline-override-battery-modeline infinitely recursing into itself. 2019-12-02 02:18:39 +08:00
Vincent Zhang
bbebcef7fa Bump version. 2019-11-30 23:00:46 +08:00
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