Commit graph

681 commits

Author SHA1 Message Date
Sean Farley
ad73d3d874 mu4e: add new segment that shows unread emails 2019-01-29 14:48:39 -08:00
Vincent Zhang
707e354352 Update FAQ for #104. 2019-01-29 00:51:26 +08:00
Vincent Zhang
9e5b048f1f Update comments. 2019-01-27 18:30:25 +08:00
Vincent Zhang
0feb1c1499 Fix #103: Segments sometimes get stuck with inactive face.
Select current window, but should exclude the child windows.
2019-01-27 06:06:36 +08:00
Vincent Zhang
54a5f45182 Fix #102: The nyan-cat indicator respects nyan-minimum-window-width. 2019-01-24 15:26:51 +08:00
Vincent Zhang
9ca40d04b1 Improve git notifications segment. 2019-01-24 01:58:17 +08:00
Vincent Zhang
849ba7097f Beautify github notifications. 2019-01-23 17:54:35 +08:00
Vincent Zhang
d649c38d4a
Merge pull request #101 from seagle0128/revert-100-smf/mu4e
Revert "mu4e: add new segment that shows unread emails"
2019-01-23 16:56:57 +08:00
Vincent Zhang
3440ce4c7c
Revert "mu4e: add new segment that shows unread emails" 2019-01-23 16:56:37 +08:00
Vincent Zhang
ec3588a407
Merge pull request #100 from seanfarley/smf/mu4e
mu4e: add new segment that shows unread emails
2019-01-23 16:15:59 +08:00
Sean Farley
bccad0f6bf mu4e: add new segment that shows unread emails
This is a new segment for `mu4e-alert' that shows unread emails in the
modeline. For now, we enable it where github notifications are enabled
and make it a simple number.

When experimenting with adding an email icon, the modeline seemed a bit
too crowed so there is no icon for this number. We can perhaps add a
flag later to toggle that. Alternatively, we could expose more options
for the `doom-modeline-mu4e-formatter' that could tweak the number and
the icon.
2019-01-22 20:24:31 -08:00
Vincent Zhang
8674132ad9 Bump version to 1.6.2. 2019-01-23 03:05:59 +08:00
Vincent Zhang
3d3b210325 Watch doom-modeline-buffer-file-name-style. 2019-01-23 03:04:26 +08:00
Vincent Zhang
82e7020eec Add more faces for buffer path.
Fix #99.
2019-01-23 02:50:58 +08:00
Vincent Zhang
19b1bde931 Bump version to 1.6.1. 2019-01-20 03:09:03 +08:00
Vincent Zhang
78a0287515 Don't display persp-nil-name. 2019-01-18 18:09:34 +08:00
Vincent Zhang
f57444a9b4 Disable git notifications by default. 2019-01-18 01:25:05 +08:00
Vincent Zhang
868f1bb00b Add new mode: doom-modeline-mode.
doom-modeline-init is obsolete.
2019-01-18 00:38:51 +08:00
Vincent Zhang
fdc20c7e00 Bump version to 1.6.0. 2019-01-17 23:47:06 +08:00
Vincent Zhang
fe1a703161 Refactor: split one file to core and segments. 2019-01-17 23:46:29 +08:00
Vincent Zhang
515adfd4aa Compatible with symbol-overlay.
inhibit-modification-hooks is set to t in symbol-overlay-rename.
Update buffer-file-name after renaming the symbol.
2019-01-17 16:24:05 +08:00
Vincent Zhang
f4a99fa424 [Docs] Add screenshots. 2019-01-17 15:08:02 +08:00
Vincent Zhang
ffea1dcddc Bump version to 1.5.3. 2019-01-17 00:12:14 +08:00
Vincent Zhang
df8c25fcd9 [Enhancement] Display alternative texts while icons aren't applicable. 2019-01-17 00:10:02 +08:00
Vincent Zhang
4cc816c593
Merge pull request #96 from seanfarley/smf/fix-async-variable
async: fix variable not being injected
2019-01-16 15:28:43 +08:00
Sean Farley
d8efcd8e3b github: add hook name to be injected into async process 2019-01-15 16:31:02 -08:00
Vincent Zhang
3a96162207 Update buffer state icon and name after reverting. 2019-01-16 04:37:00 +08:00
Vincent Zhang
cded14f2bb Fix: `pdf-view-current-page' is a macro in an optional dependency. 2019-01-16 04:29:35 +08:00
Vincent Zhang
a99b3bfe10 Fix #94: auth-source not initialized due to async. 2019-01-16 03:08:26 +08:00
Vincent Zhang
8f48842dfe [Feature] Fix #95: Page number indicator for pdf-tools package. 2019-01-16 00:55:43 +08:00
Vincent Zhang
8241017396 Bump version to 1.5.1. 2019-01-14 02:11:37 +08:00
Vincent Zhang
717b141335 Remove after-revert-hook since the hook has already been called in find-file-hook. 2019-01-14 02:09:11 +08:00
Vincent Zhang
c7cfa51f29 Ignore errors while parsing env versions. 2019-01-14 02:05:29 +08:00
Vincent Zhang
63875f89b0 Don't create the process buffer while parsing env version. 2019-01-14 01:51:19 +08:00
Vincent Zhang
ea93d636f9 Refactor: rename doom-version-parser to doom-modeline-env. 2019-01-14 00:48:54 +08:00
Vincent Zhang
3f5d13fc4c Update load-path in test-helper. 2019-01-14 00:21:45 +08:00
Vincent Zhang
43a1355c3a Update documentation of doom-version-parser--get. 2019-01-13 23:33:22 +08:00
Vincent Zhang
afd9c62fcb Bump version to 1.5.0. Update copyright and license. 2019-01-13 21:56:02 +08:00
Vincent Zhang
f084476603 Reformat and silence warnings. 2019-01-13 21:53:51 +08:00
Vincent Zhang
539e361d9a
Merge pull request #92 from justinbarclay/master
Make programming environment version parsing asynchronous
2019-01-13 16:42:25 +08:00
Justin Barclay
3eb8701919 Change to using start-process to capture command version information 2019-01-12 10:39:08 -07:00
Vincent Zhang
65bbf5023e Add doom-modeline-set-main-modeline function. 2019-01-12 01:51:15 +08:00
Vincent Zhang
0e4699dd0e
Merge pull request #91 from BlindingDark/BlindingDark-patch-1
Remove unnecessary use-package :defer
2019-01-11 15:21:31 +08:00
我没有抓狂
a5c656074b
Remove unnecessary use-package :defer 2019-01-11 15:03:34 +08:00
Vincent Zhang
aad3026ce8 Update env only while focusing in. For Emacs27+. 2019-01-10 16:40:47 +08:00
Vincent Zhang
c7d54f24d0 Fix #89: Inactive modeline doesn't respect icons scaling. 2019-01-10 03:29:15 +08:00
Vincent Zhang
361f29e2cf Only display nyan and parrot in active windows. 2019-01-09 05:10:53 +08:00
Vincent Zhang
5b66d86bd9
Merge pull request #88 from dp12/master
Add party parrot segment
2019-01-09 05:03:47 +08:00
dp12
f63924142c Add party parrot segment 2019-01-08 10:51:36 -05:00
Vincent Zhang
7d5308f1bb [Docs] Update README. 2019-01-08 16:18:26 +08:00