Vincent Zhang
c177959bbf
Merge pull request #335 from MorganJamesSmith/master
...
Added ability to exclude gnus groups from unread count
2020-04-25 00:53:50 -05:00
Morgan Smith
5090426eb2
Added ability to exclude gnus groups from unread count
2020-04-24 18:55:18 -04:00
Vincent Zhang
96350f6f81
Merge pull request #333 from jmromer/make-layout-icon-toggleable
...
Make persp mode indicator icon toggleable
2020-04-24 07:15:02 -05:00
Jake Romer
a37333ad7a
Replace and
with when
2020-04-23 12:26:11 -04:00
Jake Romer
87de449996
Fix typo
2020-04-23 11:20:47 -04:00
Jake Romer
b44a48312d
Rename variable, omit adjacent space if omitting persp icon
...
- Rename toggle to `doom-modeline-persp-icon`
- Omits adjacent `doom-modeline-vsp` if omitting persp icon
2020-04-23 11:15:56 -04:00
Jake Romer
46d62072dc
Make persp mode indicator icon toggleable
...
By default the persp name is displayed with a folder icon. This patch makes the
icon toggleable via `doom-modeline-display-persp-icon'.
2020-04-23 07:38:01 -04:00
Vincent Zhang
828b95d428
Fix incorrect face of pdf-pages while focusing out.
2020-04-18 15:24:20 +08:00
Vincent Zhang
0ce0acd7bc
Minor fix.
2020-04-17 21:15:00 +08:00
Vincent Zhang
63935f8eb7
Merge pull request #330 from ANGkeith/master
...
buffer-info: add `truncate-nil` style
2020-04-17 21:08:41 +08:00
ANGkeith
244200f87d
buffer-info: add truncate-nil
style
2020-04-17 13:39:11 +08:00
Vincent Zhang
5e3d2da9a7
Improve the face of input-method.
2020-04-16 18:57:24 +08:00
Vincent Zhang
a0884ad73a
Bump version.
2020-04-15 23:34:03 +08:00
Vincent Zhang
a811cb1587
Refresh cache after setting fonts.
...
See #329 .
2020-04-15 23:32:51 +08:00
Vincent Zhang
b44955841a
Exclude child frames while calculating window numbers.
2020-04-07 22:13:47 +08:00
Vincent Zhang
8c71b43fee
Refresh the mode-line of the current buffer while toggling.
2020-04-06 23:36:28 +08:00
Vincent Zhang
bead0d0cec
[Feature] Integrate phi-search.
...
Close #212 .
Add phi-search to matches segment.
2020-04-06 23:22:01 +08:00
Vincent Zhang
e8066aad42
Eliminate warnings.
2020-04-06 20:55:36 +08:00
Vincent Zhang
671a640a19
[Feature] Support rime input method.
2020-04-06 20:10:05 +08:00
Vincent Zhang
0642f71071
[Enhancement] Add minor-modes and input-method to project mode-line.
...
Close #320 .
2020-03-22 14:36:26 +08:00
Vincent Zhang
99e9bcf970
Fix the compatibility issue of the buffer icons.
...
See https://github.com/seagle0128/icons-in-terminal.el/issues/1 .
2020-03-20 00:13:07 +08:00
Vincent Zhang
06a79f5c50
Update comments.
2020-03-12 01:26:09 +08:00
Vincent Zhang
883370eb16
[Feature] Support tab-bar-mode in workspace-name segment.
...
Close #317 .
2020-03-12 01:22:04 +08:00
Vincent Zhang
5bffef2568
Allow fetching github notifications background.
2020-03-06 19:34:39 +08:00
Vincent Zhang
53bf59d50c
Fix #316 : error in 25 - Symbol’s value as variable is void: props.
2020-03-06 17:39:55 +08:00
Vincent Zhang
0df5585984
Update icon size.
2020-03-01 14:57:11 +08:00
Vincent Zhang
1d909a930d
Add debug segment to org-src mode-line.
2020-02-29 03:48:13 +08:00
Vincent Zhang
5d651207ae
[Feature] Add org-src mode-line.
2020-02-29 03:32:22 +08:00
Vincent Zhang
f541215023
Fix incorrect icons.
2020-02-28 15:13:35 +08:00
Vincent Zhang
83e663ac98
Add matches segment to pdf mode-line.
2020-02-27 22:32:19 +08:00
Vincent Zhang
e18b5ea60d
Enhance faces.
2020-02-26 14:44:32 +08:00
Vincent Zhang
9508fae617
Ensure the width and height are numbers.
2020-02-26 02:49:36 +08:00
Vincent Zhang
54574d9af3
[Optimize] Check if the buffer is modified timely.
...
Don't check in the hooks in case some cases are missing.
Moreover calling `buffer-modified-p' is fast.
It doesn't affect performance.
2020-02-25 20:18:01 +08:00
Vincent Zhang
41015d72e7
Change the default value of doom-modeline-window-width-limit.
2020-02-25 04:40:35 +08:00
Vincent Zhang
25b79dff8f
Fix warnings.
2020-02-24 20:59:15 +08:00
Vincent Zhang
fb508498e3
Fix ert cases.
2020-02-24 01:19:00 +08:00
Vincent Zhang
0b13552514
doom-modeline-window-width-limit doesn't need to respect file-name style.
2020-02-23 20:29:13 +08:00
Vincent Zhang
db951f9533
Merge pull request #314 from LEXUGE/patch-1
...
Fix issue with use-package installation
2020-02-23 13:27:52 +08:00
Ying Kanyang (Harry Ying)
3974e50b53
Fix issue with use-package installation
...
One `)` missing
2020-02-23 10:07:20 +08:00
Vincent Zhang
a25dc7267e
[Feature] Simplify buffer name and others when the window is small.
...
1. Introduce an option: doom-modeline-window-width-limit.
2. Check if the window is small (window-width <=
doom-modeline-window-width-limit) while window size is changed.
3. Only display buffer name when the window is snall.
4. Don't display pers-name when the window is small.
2020-02-23 04:21:58 +08:00
Vincent Zhang
ccc7f973a9
Optimize performance.
2020-02-23 03:41:52 +08:00
Vincent Zhang
17abc0dba4
Rename doom-modeline--old-format to doom-modeline--default-format.
2020-02-23 01:00:32 +08:00
Vincent Zhang
b88ec7fef7
Fix cut-off issue in unicode-fallback.
2020-02-22 23:47:44 +08:00
Vincent Zhang
4d8d935191
Eliminate warnings.
2020-02-22 16:06:14 +08:00
Vincent Zhang
d355309218
Minor refactor.
2020-02-22 01:44:06 +08:00
Vincent Zhang
65af9de491
Remove redundant codes for refreshing buffer file name.
2020-02-20 01:40:45 +08:00
Vincent Zhang
333dc074e5
Fix #313 : Frame focus error.
...
doom-modeline-focus-change: Symbol’s function definition is void:
frame-focus-state.
`after-focus-change-function' and `frame-focus-state are introduced' in 27.
2020-02-19 23:51:40 +08:00
Vincent Zhang
4ee3559fb6
[Enhancement] Support buffer names from org-protocol.
...
Use "%b" instead of "(buffer-name)".
With "auto" style, display buffer name if not in a project.
2020-02-19 17:24:06 +08:00
Vincent Zhang
1b5424ff3c
Add an extra space for safety.
...
Fix #287 .
2020-02-19 13:43:00 +08:00
Vincent Zhang
ff8f4c8c80
Add an extra space for safety.
...
Fix #287 .
2020-02-19 13:37:02 +08:00