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
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
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
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
afd9c62fcb
Bump version to 1.5.0. Update copyright and license.
2019-01-13 21:56:02 +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
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
dp12
f63924142c
Add party parrot segment
2019-01-08 10:51:36 -05:00
Vincent Zhang
f2f7aaf392
Fix hang issue in fetching github notifications.
...
If there is no github access token, ghub requires to create and save from
minibuffer, thus will cause hang in async process. Just ignore it if no token.
2019-01-08 02:29:46 +08:00
Vincent Zhang
a01d39b2e7
Fix: mouse-click issue for flycheck menu.
2019-01-08 01:23:12 +08:00
Vincent Zhang
815405604f
Bump version to 1.4.5.
2019-01-06 01:41:47 +08:00
Vincent Zhang
cb01400f94
Fix #86 : Unchanged Org file is displayed as modified.
...
Remove advices of set-buffer-modified-p, since it's called in org-unmodified.
2019-01-05 19:24:59 +08:00
Vincent Zhang
9df1f758b2
Silence compile warnings.
2019-01-05 02:17:29 +08:00
Vincent Zhang
d2829d167a
Refactor for add-hook.
2019-01-05 02:08:16 +08:00
Vincent Zhang
a460fd3826
Bump version to 1.4.4.
2019-01-04 23:22:25 +08:00
Vincent Zhang
951aa1eee4
Fix: wrong-number-of-arguments error in checker segment.
2019-01-04 23:17:13 +08:00
Vincent Zhang
f9d98b935e
Fix: watch buffer-read-only.
2019-01-04 22:34:45 +08:00
Vincent Zhang
5adedd5953
Don't start github timer if doom-modeline-github is nil.
...
Also watch the change of doom-modeline-github to run or cancel the timer.
This only support 26 and above. Need to restart Emacs to effect in 25.
See https://github.com/seagle0128/doom-modeline/issues/66#issuecomment-451397481 .
2019-01-04 22:30:57 +08:00
Vincent Zhang
47bed3c0a4
Ignore errors in fetching github notifications with network issue.
2019-01-04 15:37:41 +08:00
Vincent Zhang
7285c433ae
Fix: font size of vcs in daemon mode.
2019-01-04 02:10:10 +08:00
Vincent Zhang
4b74e7e9f1
Put the buffer percent position to the last.
2019-01-04 01:46:48 +08:00
Vincent Zhang
9040e3c72c
Fix: invalid format of help-echo for flymake.
2019-01-04 01:34:36 +08:00
Vincent Zhang
eeff72172b
[Feature] Support nyan cat in position segment.
2019-01-04 00:21:40 +08:00
Vincent Zhang
804167cf5a
Bump version to 1.4.1.
2019-01-03 21:35:35 +08:00
Vincent Zhang
5661f715ff
Fix: vcs error after setting 'doom-modeline-icon' to nil.
2019-01-03 21:26:45 +08:00
Vincent Zhang
42614860c1
Fix #83 : Flycheck error after setting 'doom-modeline-icon' to nil.
2019-01-03 18:14:36 +08:00
Vincent Zhang
3535b96f8a
[Enhancement] Show error/warning/info for checkers.
2019-01-03 03:31:11 +08:00
Vincent Zhang
1777f1e6ac
mouse-1 click to show flycheck menu.
2019-01-03 02:29:56 +08:00
Vincent Zhang
239b3a97e1
Show vcs segment in both active and inactive windows.
...
Similarly, display icon and text separately. No performance issue.
2019-01-03 02:19:28 +08:00
Vincent Zhang
2e33d98576
Show checker indicator in both active and inactive windows.
...
Show icon and text separately, and use hook/advice to update.
No performance issue.
2019-01-03 01:43:57 +08:00
Vincent Zhang
30d882b9aa
Optimize performance for flymake segment.
2019-01-02 22:35:02 +08:00
Vincent Zhang
b56a9f233c
Silent compiler warnings.
2019-01-02 21:50:58 +08:00
Vincent Zhang
81be819bb2
Fix: flymake mouse-clicks.
2019-01-02 21:47:14 +08:00
Vincent Zhang
59c649e30e
Bump version to 1.4.0
2019-01-02 21:33:28 +08:00
Vincent Zhang
e9955e0c95
Improve some help-echo and mouse-clicks.
2019-01-02 21:32:20 +08:00
Vincent Zhang
468cfe5edb
[Feature] Flymake indicator.
...
Fix #81 .
2019-01-02 21:03:30 +08:00
Vincent Zhang
7439d7b927
Fix #82 : load async
if it exists but is not loaded.
2019-01-02 18:27:13 +08:00