Commit graph

1301 commits

Author SHA1 Message Date
Vincent Zhang
5032c7acf0 Format codes. 2020-12-13 02:23:29 +08:00
Wang Kai
c1475ba6ae
Add pyenv version-name (#391)
see: #109
2020-12-13 02:21:06 +08:00
Vincent Zhang
fb34eb5eb6 Fix invalid faces while displaying lv windows. 2020-11-29 00:59:51 +08:00
Vincent Zhang
6f1864583b Eliminate warnings. 2020-11-21 00:08:34 +08:00
Arnaud Spiwack
ece3007641
Add support for Boon modal states (#388)
[Boon](https://github.com/jyp/boon) is a modal mode for Emacs. This
commit adds support for Boon in the modal segment.

Boon has four states:
- Command (like Evil's normal)
- Insert
- Special (mostly pass-through, much like Evil's Emacs mode)
- Off, used when Boon really doesn't know what to do. There is no real
  equivalent in Evil; this commit uses the same face as Evil's
  operator state for this one. It's arbitrary, but it probably doesn't
  matter too much.
2020-11-12 12:24:23 +08:00
Vincent Zhang
5cfc0251e0 Use buffer-list-update-hook instead of advising select-window.
Fix #386.
2020-11-02 23:55:50 +08:00
Vincent Zhang
86d91e891b [Feature] Add mouse actions to mu4e alert segment.
Close #382.
2020-10-05 21:58:04 +08:00
Vincent Zhang
538017a399 Suppress some segments when the window is small. 2020-10-01 12:38:56 +08:00
Vincent Zhang
ae2862a033 Update docs. 2020-09-28 22:54:08 +08:00
baracunatana
9ad0d47911
Update README.md (#380)
Missing ) in customization documentation
2020-09-28 22:48:05 +08:00
Vincent Zhang
aa056cfca6 Update README.
See #374.
2020-09-09 20:36:55 +08:00
Vincent Zhang
52e77ffd91 Trigger ci on PR. 2020-08-31 01:43:17 +08:00
Vincent Zhang
7f2581debd Trigger ci on push. 2020-08-31 01:18:41 +08:00
Vincent Zhang
214493b8a1 Improve github notification. 2020-08-28 01:10:04 +08:00
Jim Myhrberg
d8d04332f5
Add option to show/hide workspace-name in modeline (#371) 2020-08-24 10:30:46 +08:00
Vincent Zhang
ffbaaee832 Activate the mode-line upon changing workspace in EXWM.
Fix #358.
2020-08-19 09:17:34 +08:00
Vincent Zhang
0384ce08ce Update docs. 2020-08-18 11:53:01 +08:00
Vincent Zhang
f0312f8794
Merge pull request #370 from alexmurray/poke-line-support
Add support for poke-line in buffer position segment
2020-08-18 11:49:19 +08:00
Alex Murray
9235985ff7
Add support for poke-line in buffer position segment 2020-08-18 12:30:58 +09:30
Vincent Zhang
386d75274c Support 27.1 in CI. 2020-08-11 15:56:28 +08:00
Vincent Zhang
881e099fe0 Use CI workflow. 2020-08-04 15:38:23 +08:00
Vincent Zhang
4ad02217ca Add ci workflow. 2020-08-04 15:26:27 +08:00
Vincent Zhang
160d7ac278 [Enhancement] support all flycehck error levels.
Support LSP customized levels.
See https://github.com/emacs-lsp/lsp-mode/issues/1961.
2020-08-02 23:32:27 +08:00
Vincent Zhang
a846653ae6 Fix #369: doom-modeline-segment--lsp signaled wrong-type-argument. 2020-07-31 01:35:50 +08:00
Vincent Zhang
5623f161f1 Add dashboard mode-line. 2020-07-25 14:24:18 +08:00
Vincent Zhang
15c859dc4b Fix invalid format in indent-info segment. 2020-07-23 21:35:53 +08:00
Vincent Zhang
df28fb2181 Improve buffer-default-directory segment. 2020-07-23 18:07:10 +08:00
Vincent Zhang
e27473dd23 Display buffer state in buffer-default-directory segment.
See #368.
2020-07-23 16:45:16 +08:00
Vincent Zhang
d7f187efc6
Merge pull request #367 from netromdk/improve-indent-info
Improve indent info by showing correct indent size by major mode
2020-07-22 15:14:43 +08:00
Morten Kristensen
203111a3af
Improve indent info by showing correct indent size by major mode
Instead of using `tab-width` for space indentation size, the correct indentation size variable is
tried detected per major mode. If nothing can be found, it will fall back to `tab-width` as before.
2020-07-21 18:47:19 +02:00
Vincent Zhang
8522d761e3 Integration with dired-narrow.
Close #368.
2020-07-22 00:05:29 +08:00
Vincent Zhang
4413907c52
Merge pull request #366 from progfolio/refactor/cl-destructuring-bind
Refactor: doom-modeline-propertize-icon use cl-destructuring-bind
2020-07-19 15:31:29 +08:00
Nicholas Vollmer
1f3956f6ae Refactor: doom-modeline-propertize-icon use cl-destructuring-bind 2020-07-19 02:14:39 -04:00
Vincent Zhang
1c4711c719 Enhance face: doom-modeline-debug-visual. 2020-07-04 18:56:35 +08:00
Vincent Zhang
40a8abf0cc Declare the proper type for doom-modeline-continuous-word-count-modes.
Fix #361.
2020-07-04 17:14:20 +08:00
Vincent Zhang
a921eeba1e Ignore lv windows while getting the current window.
Fix #227.
2020-07-02 01:17:13 +08:00
Vincent Zhang
a4b4c4a965 Update FAQ for displaying icons correctly. 2020-06-30 10:55:23 +08:00
Vincent Zhang
f57d1afae8 Refresh font width cache while using emacsclient to make a new frame.
Close #354, #356.
2020-06-21 21:50:14 +08:00
Vincent Zhang
f5cd839114 Bump version. 2020-06-19 01:12:34 +08:00
Vincent Zhang
7495a02f6e Display maximum 50+ for unread notifications due to Github API limitation. 2020-06-19 00:54:43 +08:00
Vincent Zhang
8904f5d631 Fix #352: The modeline interval color of the inactive window is wired. 2020-06-12 21:28:51 +08:00
Vincent Zhang
c90ae9de9b New faces: doom-modeline-spc-face and doom-modeline-vspc-face.
Fix #351.
2020-06-10 22:47:20 +08:00
Vincent Zhang
bdb06df001 seq-contains is obsolete since 27. 2020-06-10 22:46:29 +08:00
Vincent Zhang
b2531ce5e2 Install cask in ci. 2020-06-10 11:30:39 +08:00
Vincent Zhang
c8bdce0c4d Fix ci issue.
See https://github.com/cask/cask/issues/480.
2020-06-10 11:25:52 +08:00
Vincent Zhang
7feb79cd77
Merge pull request #350 from ericdallo/add-repl-segment
Add repl segment for CIDER
2020-06-10 01:06:52 +08:00
Eric Dallo
a19a24c8d6
Add repl segment for CIDER 2020-06-09 11:34:32 -03:00
Vincent Zhang
670b06502f Fix invalid face attribute :inherit nil on 26. 2020-06-09 01:41:07 +08:00
Vincent Zhang
5a6785cba0 Fix invalid face attribute :inherit nil on 26. 2020-06-09 01:40:25 +08:00
Vincent Zhang
d009633729 Refactor. 2020-06-08 01:11:07 +08:00