Commit graph

490 commits

Author SHA1 Message Date
Vincent Zhang
586086889e [Feature] Helm mode-line. 2019-05-10 03:17:15 +08:00
Vincent Zhang
7ce5e477f3 [Feature] Info mode-line. 2019-05-10 02:00:53 +08:00
Vincent Zhang
2bbfcbe685 Show lsp indicator in both active and inactive windows. 2019-05-06 22:55:49 +08:00
Vincent Zhang
0dfbb0c108 Bump version to 2.1.0. 2019-05-06 06:55:48 +08:00
Vincent Zhang
45426588f0 [Feature] New: package mode-line. 2019-05-06 02:06:28 +08:00
Vincent Zhang
b487061eea
Add indicator for objed state (#159)
Add indicator for objed state
2019-04-24 01:55:54 +08:00
Vincent Zhang
8e30b0b06b Fix #160: Remove unnecessary eldoc-eval package. 2019-04-23 20:13:40 +08:00
Andrew Whatson
bcb8be67e6 [Feature] Add indicator for objed state. 2019-04-23 11:24:33 +10:00
Vincent Zhang
2140ded3de [Enhancement] New modal segment.
An indicator for modal editing state, including evil, god, ryo and xah-fly-keys, etc.
2019-04-22 23:35:52 +08:00
Vincent Zhang
d0a949ab3c Bump version to 2.0.0. 2019-04-17 04:14:53 +08:00
Vincent Zhang
8c2ed6b575 Set correct font width for `all-the-icons' for appropriate mode-line width.
See https://emacs.stackexchange.com/questions/14420/how-can-i-fix-incorrect-character-width.
2019-04-17 04:14:14 +08:00
Vincent Zhang
acba2a0b6a Bump version to 1.9.9. 2019-04-15 18:23:09 +08:00
Vincent Zhang
be3a20ea44 Add window-number segment to project mode-line. 2019-04-15 18:01:21 +08:00
Vincent Zhang
f88b05d7e9 Rename segment workspace-number to workspace-name. 2019-04-15 17:50:39 +08:00
Vincent Zhang
310d386a48 Add process to project/media/pdf mode-line.
Fix #155.
2019-04-15 17:38:00 +08:00
Vincent Zhang
ef27e1d08a Use project mode-line for magit buffers. 2019-04-12 20:20:53 +08:00
Vincent Zhang
a4de2b6198 Change the fallback icon and bump version. 2019-04-11 01:03:02 +08:00
Vincent Zhang
4c734d7f3e Update debug icon and bump version to 1.9.7. 2019-04-10 00:46:32 +08:00
Vincent Zhang
99a0bd9f12 Monitor buffer-read-only for all operations. 2019-03-28 16:25:35 +08:00
Vincent Zhang
748824e692 [Optimize] Improve the performance of fancy-battery segment. 2019-03-22 01:52:25 +08:00
Vincent Zhang
3b704ee080 Fix #149: hang while changing `doom-modeline-icon' from nil to t.
Don't delay load all-the-icons for this case:
  Load Emacs daemon and enable doom-modeline-icon in Emacs clients.
2019-03-17 22:21:50 +07:00
Vincent Zhang
2213a238df [Feature] Support dap-mode in debug indicator. 2019-03-16 23:44:32 +07:00
Vincent Zhang
b29e5a85e9 Fix: conflict with lsp-on-revert/lsp-on-change.
Don't advice doom-modeline-set-selected-window (also bad performance).
And updating the buffer-file-name after selecting window in focus-in-hook (so
append it to the hook, after doom-modeline-set-selected-window).
See #133 and #114#issuecomment-469060334.
2019-03-16 01:20:31 +07:00
Vincent Zhang
34cc69a8df Ignore user errors in symbol-overlay sub-segment. 2019-03-14 00:15:24 +07:00
Vincent Zhang
4c5a8d3ab9 Bump version to 1.9.0. 2019-03-12 00:52:18 +07:00
Vincent Zhang
ebbdbed858 [Feature] Support eglot state in LSP indicator. 2019-03-12 00:49:30 +07:00
Vincent Zhang
bc442eecf8 Bump version to 1.8.6. 2019-03-11 15:38:45 +07:00
Vincent Zhang
94c24ac375 Bump version to 1.8.5. 2019-03-11 00:23:48 +07:00
Vincent Zhang
cc29f43045 Optimize performance.
See #139.
2019-03-08 15:23:59 +07:00
Vincent Zhang
89bf87bea8 Update the package description. 2019-03-07 17:52:56 +07:00
Vincent Zhang
4b09117dac Bump version to 1.8.3. 2019-03-07 15:21:38 +07:00
Vincent Zhang
23b9ffb762 Not support variable-pitch since it breaks icons. 2019-03-07 04:04:03 +07:00
Vincent Zhang
933f321092 [Feature] Display mode-line with `variable-pitch' face. 2019-03-04 17:13:29 +07:00
Vincent Zhang
d96b67576d [Enhancement] Override mode-lines in the global mode string.
For mu4e-alert and fancy-battery.
Refactor and reformat.
2019-03-01 16:18:13 +07:00
Vincent Zhang
9f2a0183fc [Feature] An indicator for battery status with fancy-battery. 2019-02-28 23:58:47 +07:00
Vincent Zhang
2ae39ff5ca Fix: display invalid information in mu4e segment. 2019-02-28 20:51:10 +07:00
Vincent Zhang
461178f5b5 Bump version to 1.8.0. 2019-02-26 15:21:26 +07:00
Vincent Zhang
7781332b80 Bump version to 1.7.4. 2019-02-18 18:58:30 +08:00
Vincent Zhang
57f1a98e58 Bump version to 1.7.3. 2019-02-18 01:32:17 +08:00
Vincent Zhang
e1f0610316 Bump version to 1.7.2. 2019-02-12 17:42:44 +08:00
Vincent Zhang
5632bb02b5 Bump version to 1.7.1. 2019-02-12 04:15:19 +08:00
Sean Farley
c0cbf56db4 irc: add new segment to display the unread status
This segment is meant for the main modeline and just displays a single,
unread icon if there are any unread irc buffers.
2019-02-03 23:07:57 -08:00
Sean Farley
b6b6691ea3 irc: add new segment to display the unread buffers
This includes a configuration variable that allows the user to customize
the display of the name. The segment is only displayed in the 'special
modeline due to space. Later, we'll add a irc notification for the 'main
modeline.
2019-02-03 22:32:16 -08:00
Aaron Jensen
ba54bb0cf7
Initialize mu4e-alert-modeline-formatter
This is required for those of us not using mu4e, otherwise, you get a void variable error.
2019-01-30 11:22:45 -08:00
Vincent Zhang
94944ce6a7 Bump version to 1.7.0. 2019-01-31 00:28:18 +08:00
Vincent Zhang
66b182a9fd Fix: restore mu4e-alert-modeline-formatter to last one. 2019-01-31 00:23:52 +08:00
Vincent Zhang
cfb1f80f1f Update docs for the mu4e indicator. 2019-01-30 16:07:26 +08:00
Vincent Zhang
8786231f8a
Merge pull request #105 from seanfarley/smf/mu4e
Add mu4e segment that shows unread emails.
2019-01-30 15:59:00 +08:00
Sean Farley
ad73d3d874 mu4e: add new segment that shows unread emails 2019-01-29 14:48:39 -08:00
Vincent Zhang
9e5b048f1f Update comments. 2019-01-27 18:30:25 +08:00