Vincent Zhang
01db5c1040
Fix compiler warnings.
2018-11-27 22:54:35 +08:00
Vincent Zhang
78b2e196f6
Fix #51 : add FAQ in README.
2018-11-27 21:51:15 +08:00
Vincent Zhang
58eb5c3b55
Don't show state icon in inactive windows.
2018-11-27 18:13:13 +08:00
Vincent Zhang
6c941d824c
Only check uniquify-buffer-name-style is nil or post-forward-angle-brackets.
2018-11-27 16:57:22 +08:00
Vincent Zhang
88a10968d1
Only show buffer names in inactive windows.
2018-11-27 05:54:36 +08:00
Vincent Zhang
e729389ab8
Fix #44 again.
2018-11-27 02:39:54 +08:00
Vincent Zhang
94b1aa2629
Enable major mode icons by default.
...
Already addressed the performance issue.
Should ensure `all-the-icons` is installed correctly.
2018-11-26 23:53:31 +08:00
Vincent Zhang
8e02bf5f58
Disable icons in terminal by default.
2018-11-26 23:01:03 +08:00
Vincent Zhang
8aeb80f32d
Change faces of flycheck icons.
2018-11-26 14:09:22 +08:00
Vincent Zhang
bba86db87f
Change icons position.
2018-11-26 14:06:44 +08:00
Vincent Zhang
fa840219a3
Revert "Adjust icons' position."
...
This reverts commit a95440341e
.
2018-11-25 23:10:12 +08:00
Vincent Zhang
a95440341e
Adjust icons' position.
2018-11-25 13:47:38 +08:00
Vincent Zhang
1ddf68939e
Fix fold icon.
2018-11-25 03:33:24 +08:00
Vincent Zhang
9754dbe996
Fix typo.
2018-11-25 03:31:57 +08:00
Vincent Zhang
87f12fa662
Fix #50 : Misplaced major mode icon.
2018-11-25 03:26:01 +08:00
Vincent Zhang
613684d383
Fix invalid icon family.
2018-11-25 03:06:34 +08:00
Vincent Zhang
336cab5ed4
Formalize the face of major mode icon.
2018-11-25 01:10:53 +08:00
Vincent Zhang
f244142693
Disable major-mode icons by default due to incorrect icons.
2018-11-25 00:56:48 +08:00
Vincent Zhang
d4973e2bc6
Optimize performance of updating buffer information (~2x faster).
2018-11-24 17:10:32 +08:00
Vincent Zhang
2b5a3b103e
Display file icons by default.
2018-11-24 13:19:14 +08:00
Vincent Zhang
229366ffe5
Optimize performance of displaying file icons.
2018-11-24 13:18:33 +08:00
Vincent Zhang
0c9888c5b6
Refactor: Update vcs and flycheck segments.
2018-11-24 13:11:58 +08:00
Vincent Zhang
25fa66bb08
Fix #49 : void-function file-local-name in spacemacs.
...
`file-local-name' is introduced in 25.2.2.
2018-11-24 12:18:41 +08:00
Vincent Zhang
969d001290
Update modeline after refreshing vc state.
2018-11-23 22:36:26 +08:00
Vincent Zhang
34c6f91d36
Fix #48 : [Feature] show the icon for major mode.
...
New variable `doom-modeline-major-mode-icon' to control.
2018-11-23 01:13:52 +08:00
Vincent Zhang
b91e76b383
Fix #47 : new style buffer-name
, which respects uniquify names.
2018-11-23 00:12:36 +08:00
Vincent Zhang
364f5acb0b
Fix: invalid path for remote files.
2018-11-22 05:07:45 +08:00
Vincent Zhang
a7643cf918
Add an indicator of remote host.
2018-11-22 03:59:39 +08:00
Vincent Zhang
d430859bf2
Add the roy-modal indicator.
2018-11-22 03:13:44 +08:00
Vincent Zhang
9acad7f3f4
Fix #46 : God-mode indicator.
2018-11-22 02:48:59 +08:00
Vincent Zhang
69f3029c31
Bump version to 0.8.1.
2018-11-20 23:29:04 +08:00
Vincent Zhang
d27c5485ba
[Optimize] doom-modeline-buffer-file-name for all truncate styles.
...
e.g.`truncate-upto-project' is ~5x faster.
(benchmark-run 1000 (format-mode-line mode-line-format))
~0.7s vs ~4s
Also add 2 new styles: `truncate-from-project' and `truncate-except-project'.
Given ~/Projects/FOSS/emacs/lisp/comint.el
truncate-upto-project => ~/P/F/emacs/lisp/comint.el
truncate-from-project => ~/Projects/FOSS/emacs/l/comint.el
truncate-with-project => emacs/l/comint.el
truncate-except-project => ~/P/F/emacs/l/comint.el
NOTE: `shrink-path-file-mixed' has so BAD performance! Damn it!!!
2018-11-20 23:23:23 +08:00
Vincent Zhang
51ca9570a6
Fix incorrect colors of slash.
2018-11-20 22:28:28 +08:00
Vincent Zhang
345959763b
Refactor: use internal variables.
2018-11-20 21:43:06 +08:00
Vincent Zhang
669206d03a
Remove redundant slash \
in truncated directory.
2018-11-20 21:26:34 +08:00
Vincent Zhang
a530aaee04
Optimize performance of truncate-with-project style.
...
`file-truename` is bad performance, so should not used in the crucial function.
2018-11-20 21:24:24 +08:00
Vincent Zhang
700a0107f2
Bump version to 0.8.0.
2018-11-18 04:08:58 +08:00
Vincent Zhang
5fefd185b6
Fix: nil error if the buffer file name doesn't contain directory.
2018-11-18 03:39:35 +08:00
Vincent Zhang
87ee2e7122
Add truncate-with-project style and set it to default.
2018-11-18 03:26:00 +08:00
Vincent Zhang
7f28abb514
Improve faces of the buffer info.
2018-11-18 02:08:51 +08:00
Vincent Zhang
c809e27487
Don't update buffer info if the file doesn't exist.
2018-11-16 02:28:36 +08:00
Vincent Zhang
c7251193bb
Fix: flash window number while re-enabling ace-window-display-mode
.
2018-11-16 01:45:52 +08:00
Vincent Zhang
9df9260ab3
Fix: flash window number while refreshing this buffer.
2018-11-16 01:37:58 +08:00
Vincent Zhang
489a75ae49
Bump version to 0.7.1.
2018-11-16 01:10:43 +08:00
Vincent Zhang
9701be775c
Revert performance optimization for buffer info.
...
Because the buffer info will be updated in many scenarios and no need to handle
all cases in hooks or advices.
But Keep showing buffer name if it doesn't equal the file name.
2018-11-16 00:53:52 +08:00
Vincent Zhang
f336f37efa
Fix #44 : Height problems with flycheck-mode on.
2018-11-15 23:32:47 +08:00
Vincent Zhang
6c151e7535
Merge pull request #45 from drrlvn/patch-1
...
Fix python-mode when executable is nil
2018-11-15 22:38:05 +08:00
Vincent Zhang
ab6ab18bc7
Hide buffer icons in inactive windows.
2018-11-15 17:24:00 +08:00
Dror Levin
82654eb6e0
Fix python-mode when executable is nil
...
Since executable-find cannot handle a nil argument then doom-modeline-python-executable should not be passed if it is set to nil.
2018-11-15 11:04:33 +02:00
Vincent Zhang
561560dfe5
Watch doom-modeline-buffer-file-name-style
to update buffer info.
2018-11-15 16:05:38 +08:00
Vincent Zhang
781ce1b3c2
Only show buffer name in inactive window.
2018-11-15 15:46:23 +08:00
Vincent Zhang
d0c23229ec
Optimize: get buffer info.
2018-11-15 14:35:57 +08:00
Vincent Zhang
8cf0646dc0
Remove unnecessary git-timemachine-mode-hook.
2018-11-15 14:13:50 +08:00
Vincent Zhang
a75f6f2ec8
Update buffer file name after renaming a buffer.
2018-11-15 03:40:21 +08:00
Vincent Zhang
09ed39a941
Compatible with git-timemachine.
2018-11-15 03:28:49 +08:00
Vincent Zhang
15a0a8a962
Fallback to buffer name if doom-modeline-buffer-file-name
is nil.
2018-11-14 23:03:44 +08:00
Vincent Zhang
ef1ee6357c
Show temp buffer name correctly.
...
That means the buffer exists but the file doesn't.
2018-11-14 22:40:20 +08:00
Vincent Zhang
44542191e6
Remove hacks.
2018-11-14 04:20:49 +08:00
Vincent Zhang
10b16b1386
Don't load doom-modeline after init time.
2018-11-14 04:17:56 +08:00
Vincent Zhang
4f0f761738
Refactor: doom-modeline-update-buffer-file-name.
2018-11-14 03:58:21 +08:00
Vincent Zhang
2b7ee7451f
HACK: Compatible with loading `doom-modeline' after init time.
2018-11-14 03:00:21 +08:00
Vincent Zhang
25b04d5c40
Show buffer name if the buffer name doesn't equal the file name.
...
NOTE: Format: "buffer-file-name[buffer-name]".
Except the same buffer names in different directories.
2018-11-14 01:40:09 +08:00
Vincent Zhang
b6f98e4646
Update the buffer file name after reverting the file.
2018-11-14 01:35:24 +08:00
Vincent Zhang
e075339b2b
Optimize performance.
...
(benchmark-run 1000 (format-mode-line mode-line-format))
From ~2.5s to ~0.5s!!!
2018-11-13 23:23:57 +08:00
Vincent Zhang
97d6b69222
Optimize the performance of getting the file names.
2018-11-13 23:00:39 +08:00
Vincent Zhang
fafdafc122
Format codes.
2018-11-13 19:35:17 +08:00
Vincent Zhang
6d7241050b
Optimize project root detection.
2018-11-13 19:22:35 +08:00
Vincent Zhang
24dd81d9d5
Remove debug codes.
2018-11-13 13:29:22 +08:00
Vincent Zhang
813adefbfa
Fix #42 : refactor doom-modeline-project-root to avoid errors.
2018-11-13 13:24:14 +08:00
Vincent Zhang
f0e882dbe6
Bump version to 0.7.0.
2018-11-12 00:49:52 +08:00
Vincent Zhang
a9847abd3e
Support projectile and project. projectile is optional now.
2018-11-12 00:48:20 +08:00
Vincent Zhang
3018171bc9
The project root detection is moved to projectile-ensure-project.
2018-11-11 15:39:48 +08:00
Amin Bandali
31b94e253a
Fix: require subr-x (needed for when-let)
...
Its absence results in a compile error when using borg-build:
In toplevel form:
doom-modeline.el:314:1:Warning: Unused lexical argument ‘key’
In doom-modeline-set-modeline:
doom-modeline.el:314:50:Warning: ‘(modeline (doom-modeline key))’ is a
malformed function
doom-modeline.el:322:22:Warning: reference to free variable ‘modeline’
In doom-modeline-set-selected-window:
doom-modeline.el:390:49:Warning: ‘(win (frame-selected-window))’ is a
malformed function
doom-modeline.el:393:41:Warning: reference to free variable ‘win’
In end of data:
doom-modeline.el:1249:1:Warning: the function ‘when-let’ is not known to be
defined.
Which ultimately results in an error disrupting proper startup:
Invalid function: (modeline (doom-modeline key))
2018-11-10 11:35:47 -05:00
Vincent Zhang
2812b1990f
Fix: error while truncate the file without directory information.
...
Happen while editing org src code blocks. (:file test.py)
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
file-exists-p(nil)
f-exists\?(nil)
f-same\?(nil "")
shrink-path-file-mixed("" nil "test.py")
doom-modeline--buffer-file-name("test.py" "/Users/xxx/org/test.py" shrink)
doom-modeline-buffer-file-name()
2018-11-10 17:26:54 +08:00
Evgeni Kolev
865bd6b8f2
Don't try to call anzu functions if anzu isn't installed
2018-11-09 14:44:36 +02:00
Vincent Zhang
1d372f0c82
Bump version to 0.6.1.
2018-11-01 00:11:31 +08:00
Vincent Zhang
81a782b1cb
Eliminate compiler warnings.
2018-10-29 23:09:40 +08:00
Vincent Zhang
c60dd1279a
Refactor evil-state.
2018-10-29 22:47:34 +08:00
Vincent Zhang
5dfe1deccb
Reset anzu status after back to evil normal state.
2018-10-29 21:25:26 +08:00
Vincent Zhang
e3804b60ab
Fix: ace-window-display-mode doesn't respect aw-ignore-buffers.
...
Refer to https://github.com/abo-abo/ace-window/issues/143 .
2018-10-28 22:19:55 +08:00
Vincent Zhang
11327006cf
Update mode-line after new or delete a frame.
2018-10-28 03:16:31 +08:00
Vincent Zhang
d97080620e
Revert "Update mode-line forcely after making a new frame."
...
This reverts commit 6e30cfad01
.
2018-10-28 03:07:54 +08:00
Vincent Zhang
6e30cfad01
Update mode-line forcely after making a new frame.
2018-10-28 02:51:18 +08:00
Vincent Zhang
cb1727d956
Fix: update ace-window parameter for all windows.
2018-10-25 16:57:17 +08:00
Vincent Zhang
c3a3af60b4
Remove warnings for terminal.
2018-10-25 16:21:25 +08:00
Vincent Zhang
ec92922a71
Bump version to 0.6.0.
2018-10-25 16:13:05 +08:00
Vincent Zhang
5aa211cf04
Enable all-the-icons in terminal.
...
Use doom-modeline-icon to enable/disable icons.
2018-10-25 16:11:03 +08:00
Vincent Zhang
6d9020c428
Refactor: window numbers of winum.
2018-10-25 00:56:09 +08:00
Vincent Zhang
9ca4edf710
Clean warnings.
2018-10-24 18:17:02 +08:00
Vincent Zhang
aa0e36fd66
Eliminate warnings.
2018-10-24 18:14:08 +08:00
Vincent Zhang
3d3c5c36c5
Support window numbers of ace-window-display-mode.
2018-10-24 16:23:07 +08:00
Vincent Zhang
bbda508825
Ignore winum operations for mode-line.
2018-10-24 15:38:44 +08:00
Pengji Zhang
7e6b895206
Fix an issue that may cause rhs disappeared
...
If the first element of a list is a symbol, the list will be a
conditional depending on the value of that symbol.
2018-10-19 17:33:18 -04:00
Vincent Zhang
1fd66c449c
Reset anzu state when isearch is done.
2018-10-18 02:27:14 +08:00
Pengji Zhang
1a2226b242
Stop byte-compiling modeline format functions
...
Otherwise there will be a bunch of `Unused lexical var` warnings if
the file is not byte-compiled beforehand.
2018-10-17 12:03:29 -04:00
Vincent Zhang
ce206c5a7a
Bump version to 0.5.1.
2018-10-15 20:32:28 +08:00
Vincent Zhang
9337faed5b
Optimize: cache project root.
...
Refer to https://github.com/seagle0128/doom-modeline/issues/32 .
2018-10-15 20:30:22 +08:00
Vincent Zhang
d8878379bc
Update vcs faces.
2018-10-07 12:26:29 +08:00
Vincent Zhang
90ec30d868
Bump version to 0.5.0.
2018-10-01 23:14:48 +08:00
Vincent Zhang
9bb4a71ff8
Fix: focus-in-hook and focus-out-hook are obsolete in Emacs27.
...
Use after-focus-change-function instead of them as suggestion.
2018-10-01 23:13:23 +08:00
Vincent Zhang
8d6aba5b4d
Merge branch 'master' of https://github.com/seagle0128/doom-modeline
2018-10-01 16:24:09 +08:00
Vincent Zhang
08b7d7621f
Update faces of window and workspace numbers.
2018-09-30 21:42:41 +08:00
Vincent Zhang
e0acf3863d
Refactor segment and modeline definitions.
2018-09-30 18:06:32 +08:00
Vincent Zhang
b70235290d
Fix: inactive bar face.
...
DO NOT use :inverse-video in this face since face-background gets invalid color
from :reverse-video faces.
2018-09-30 17:02:27 +08:00
Vincent Zhang
677dc9ab2c
Update workspace face.
2018-09-30 16:45:59 +08:00
Vincent Zhang
266cedffa9
Improve major-mode segment: add menus for major/minor modes.
2018-09-30 15:16:44 +08:00
Vincent Zhang
cd07d77c9f
Update faces of windown numbers.
2018-09-30 00:23:07 +08:00
Vincent Zhang
671553d18d
Put the bar to the left.
2018-09-29 22:58:24 +08:00
Vincent Zhang
fde317e967
Adjust mode-line height (25) and bar width (3).
2018-09-29 22:46:16 +08:00
Vincent Zhang
7f86ec193d
Revert "Improve major-mode segment: add menus for major/minor modes."
...
This reverts commit c5739f3f14
.
2018-09-29 19:21:19 +08:00
Vincent Zhang
c5739f3f14
Improve major-mode segment: add menus for major/minor modes.
2018-09-29 19:09:14 +08:00
Vincent Zhang
e4605cd361
Fix #30 : adjust mode-line bars with font size.
2018-09-29 17:14:43 +08:00
Vincent Zhang
52243514af
Fix #31 : support input-method.
2018-09-28 16:31:33 +08:00
Vincent Zhang
92b5bf5c79
Fix #29 : Handle project root is nil.
...
Exception: (wrong-type-argument stringp nil)
2018-09-26 17:20:04 +08:00
Vincent Zhang
f7a573906d
Update vc state on modeline while selecting the window.
...
This might address this issue:
Modeline VC branch name not updating on magit-checkout.
In doom-modeline, only show vc state in active window, so
it makes sense to update vc state while selecting the
window, and it won't bring performance issue.
Refer to:
https://github.com/hlissner/doom-emacs/issues/826
3d8e81b7e1
2018-09-25 00:05:01 +08:00
Vincent Zhang
b020f8b0a7
Merge 712b775f36 (diff-0ce4da53ad0195d3b7cf5888417057de)
.
2018-09-24 22:56:57 +08:00
Vincent Zhang
a22a895b7b
Fix: invalid shrinked file path when the file is not in a project.
...
Refer to
https://emacs-china.org/t/doom-modeline-doom-emacs-mode-line/6742/34?u=seagle0128 .
2018-09-24 22:39:36 +08:00
Vincent Zhang
299ef87829
Update modeline while refreshing vc.
2018-09-24 21:41:10 +08:00
Vincent Zhang
c3b3f802e4
Fix: missing doom-modeline-project-root-dir face.
2018-09-24 17:55:19 +08:00
Vincent Zhang
d3248df48e
Disable projectile mode-line segment.
...
Merge 7acece3e0b (diff-7c3c39ae74345187bff045ab23ca05bd)
2018-09-24 17:31:45 +08:00
Vincent Zhang
3d8e81b7e1
Delete doom-modeline-magit-post-refresh due to the performance issue.
...
Workaround:
Revert the buffers manually.
(setq auto-revert-check-vc-info t) brings the same performance issue.
Refer to:
https://github.com/magit/magit/issues/2687
https://magit.vc/manual/magit/The-mode_002dline-information-isn_0027t-always-up_002dto_002ddate.html
2018-09-21 00:40:48 +08:00
Vincent Zhang
32963f4d29
Set default height to 23.
2018-09-18 00:09:43 +08:00
Vincent Zhang
8c982b8c30
Fix #27 : Visual block modeline indicator not shown.
2018-09-17 23:58:31 +08:00
Vincent Zhang
54c2824125
Slightly change evil-state.
2018-09-11 17:41:00 +08:00
Vincent Zhang
dcb106fb5f
Fix: don't use doom-modeline-error which is defined in doom-themes.
2018-09-11 17:33:39 +08:00
Vincent Zhang
bc06fadfc7
Update package description.
2018-09-11 00:38:31 +08:00
Vincent Zhang
ac186eb7d2
Use when-let instead of when-let* since it's kept in Emacs 26.1.
2018-09-10 23:00:26 +08:00
Vincent Zhang
ac0372958b
Show process status in all buffers.
2018-08-31 03:51:04 +08:00
Vincent Zhang
ad7c7ae7e4
Minor fix format.
2018-08-29 00:16:26 +08:00
Vincent Zhang
be0461a68c
Minor fix for compatibility.
2018-08-28 23:54:03 +08:00
Vincent Zhang
4ef58cdba6
Minor fix main.
2018-08-27 00:12:13 +08:00
Vincent Zhang
2ff2ab757c
Update comments.
2018-08-23 11:28:01 +08:00
Vincent Zhang
8ffa338004
Silent warnings.
2018-08-23 11:26:45 +08:00
Vincent Zhang
c800b62a19
Show perl version in the modeline.
2018-08-23 11:05:45 +08:00
Vincent Zhang
558ca30cdd
Merge pull request #20 from akash-akya/elixir-version
...
Show Elixir version in the modeline
2018-08-23 10:37:41 +08:00
Vincent Zhang
652bd78f15
Merge pull request #21 from akash-akya/multiple-cursors
...
Show multiple cursors count in the modeline panel
2018-08-23 10:37:00 +08:00
Dickby
f27c4fe194
Update doom-modeline.el
2018-08-23 01:58:44 +02:00
akash-akya
f9257e6c41
Show multiple cursors count in the modeline panel
2018-08-22 23:54:30 +05:30
akash-akya
86658d9f72
Show elixir version in the modeline
2018-08-22 23:50:50 +05:30
Vincent Zhang
4f95702d7f
Silent warnings.
2018-08-23 00:49:08 +08:00
Andy White
e8fc2e86b8
Add faces for evil indicator
2018-08-21 18:32:27 -04:00
Roman Kolesnikov
f1a22c1c90
Add variable for the python-version
2018-08-16 18:49:02 +02:00
Vincent Zhang
079762c85b
Optimize loading performance of mode-line.
2018-08-16 11:45:26 +08:00
Vincent Zhang
1adcc1f9a9
Better looks for window numbers.
2018-08-15 01:02:50 +08:00
Vincent Zhang
79bfab380c
Assign main mode-line to special buffers ("*scratch*" "*Messages*").
2018-08-14 21:39:59 +08:00
Vincent Zhang
74c84537bd
Fix: incorrect anzu display.
2018-08-14 17:35:36 +08:00
Vincent Zhang
aee0ad0994
Change mode-line height to 29.
2018-08-14 17:20:14 +08:00
Vincent Zhang
bd36eb9a98
Only show vcs and flycheck states in current window.
2018-08-14 15:40:13 +08:00
Vincent Zhang
176307f66c
Fix: remove anzu default mode-line.
2018-08-14 10:57:16 +08:00
Vincent Zhang
c48459b7c8
Improve vcs faces on mode-line.
2018-08-14 01:13:09 +08:00
Vincent Zhang
71694224c6
Bump version to 0.4.0.
2018-08-14 00:32:34 +08:00
Vincent Zhang
ec11fef2a5
Fix #17 : Undefined variable evil-ex-start-word-search.
2018-08-14 00:30:49 +08:00
Vincent Zhang
aa25e7b143
Set special buffers ("*scratch*" "*Messages*").
2018-08-14 00:28:45 +08:00
Vincent Zhang
051528a52a
Fix iedit subst.
2018-08-13 23:04:36 +08:00
Vincent Zhang
71c5047d3b
Remove unused codes for evil-anzu.
2018-08-13 22:55:45 +08:00
Vincent Zhang
69e3f08d5b
Fix when-let* for Emacs 25.
2018-08-13 22:03:57 +08:00
Vincent Zhang
415140b368
Fix: display anzu in mode-line.
2018-08-13 21:57:27 +08:00
Vincent Zhang
d9c49ac962
Port and refactor codes.
2018-08-13 19:00:39 +08:00
Vincent Zhang
c89048b529
Only enable process segment in the active window.
2018-08-13 11:01:08 +08:00
Vincent Zhang
82cca4bd57
Update package description.
2018-08-13 00:32:43 +08:00
Vincent Zhang
cbddf23923
Fix #16 : [Feature] process segment.
2018-08-13 00:14:32 +08:00
Vincent Zhang
c7ec4dbe8f
Add bar back since it impacts height of mode-line.
2018-08-12 02:42:05 +08:00
Vincent Zhang
7a4a275fce
Bump version to 0.3.0.
2018-08-12 01:51:52 +08:00
Vincent Zhang
dd93ffc199
Minor improve evil state.
2018-08-12 01:34:44 +08:00
Vincent Zhang
481021890d
Remove bar.
2018-08-12 01:28:07 +08:00
Vincent Zhang
435634083d
Highlight workspace number.
2018-08-12 01:27:18 +08:00
Vincent Zhang
226a15cf7d
Display window number clearer.
2018-08-12 01:25:41 +08:00
Vincent Zhang
af13c002d7
Fix #15 : evil mode indicator.
2018-08-12 01:23:03 +08:00
Vincent Zhang
99357b5675
Remove unused faces.
2018-08-11 22:21:12 +08:00
Vincent Zhang
4729437abd
Update keywords.
2018-07-30 15:01:47 +08:00
Vincent Zhang
c159a5cd91
Fix: env cmd errors on Windows.
2018-07-30 11:43:41 +08:00
Vincent Zhang
8af6cb74f6
Fix #11 : undefined function doom-modeline-fix-anzu-count.
2018-07-13 11:15:13 +08:00
Vincent Zhang
a020a1e021
Fix: incorrect mode-line while global-mode-string is empty.
2018-07-12 00:07:05 +08:00
Vincent Zhang
773382202e
Put the global segment to the first of the right panel.
2018-07-11 17:06:34 +08:00
Vincent Zhang
88b3f84bdd
Adjust global segment.
2018-07-11 16:53:22 +08:00
Vincent Zhang
776d8ed923
Fix warnings.
2018-07-11 15:23:23 +08:00
Vincent Zhang
e279915b51
Add some desctiptions.
2018-07-11 14:44:47 +08:00
Vincent Zhang
593f581952
Fix #10 : file-name not working if buffer unmodified.
2018-07-11 14:41:19 +08:00
Vincent Zhang
fefc9d9cfb
Fix format of global segment.
2018-07-11 14:39:25 +08:00
Vincent Zhang
501a930d32
Fix #9 : [Feature] More compatibility with regular Emacs modes.
2018-07-11 00:49:13 +08:00
Vincent Zhang
4d4ec2e856
Support global-mode-string in mode-line.
2018-07-10 15:22:20 +08:00
Vincent Zhang
845e0319d3
Fix #7 : text scale is only shown for positive values.
2018-07-07 12:52:48 +08:00
Vincent Zhang
320fe0ea34
Fix warnings.
2018-07-05 16:57:53 +08:00
Vincent Zhang
7607cc5c81
Use Homepage instead of URL.
2018-07-05 16:39:41 +08:00
Vincent Zhang
b3525926cb
Update doom-modeline.el
...
Remove duplicated codes.
2018-07-05 14:29:41 +08:00
Vincent Zhang
f1892f8954
Merge branch 'master' into develop
2018-07-05 14:23:23 +08:00
Vincent Zhang
1e655da4b5
Merge branch 'develop' of https://github.com/seagle0128/doom-modeline into develop
2018-07-05 14:02:10 +08:00
Vincent Zhang
774879ef0f
Update README and package descriptions.
2018-07-05 14:01:47 +08:00
Vincent Zhang
7665721db1
Update README and package descriptions.
2018-07-05 13:56:23 +08:00
Vincent Zhang
926a83360c
Fix errors for env versions in mode-line.
2018-07-04 02:24:34 +08:00
Vincent Zhang
258179ba7a
Fix env versions on mode-line.
2018-07-04 02:15:48 +08:00
Vincent Zhang
28f91fd925
Fix comments.
2018-07-03 21:44:37 +08:00
Vincent Zhang
ff3bd48b34
Always show window numbers in all frames.
2018-07-02 20:31:11 +08:00
Vincent Zhang
28000c45f4
Support winum-mode.
2018-07-02 19:05:53 +08:00
Vincent Zhang
4ef93c7aab
Ignore minibuffer while counting windows.
2018-07-02 18:26:59 +08:00
Vincent Zhang
b8e73dc982
Show window number while the count of windows is greater than 2.
2018-07-02 18:10:59 +08:00
Vincent Zhang
ed7027dbc9
Set special modeline for org-src-mode.
2018-07-02 17:57:23 +08:00
Vincent Zhang
335074b2b5
Autoload more functions.
2018-07-02 17:36:43 +08:00
Vincent Zhang
f6f73ddddb
Add window number for special, project and media modeline.
2018-07-02 17:35:21 +08:00
Vincent Zhang
69e47314a3
Update comments.
2018-07-02 16:28:16 +08:00
Vincent Zhang
c8e559bfb2
Update comments.
2018-07-02 15:51:25 +08:00
Vincent Zhang
b2285954c6
Fix anzu.
2018-07-01 02:26:23 +08:00
Vincent Zhang
7e8a09765e
Add comments.
2018-07-01 02:25:00 +08:00
Vincent Zhang
ae9d073377
Fix issues according to feedbacks from mepla.
2018-07-01 02:22:39 +08:00
Vincent Zhang
f0ddd36c90
Fix anzu, evil and iedit.
2018-07-01 02:15:42 +08:00
Vincent Zhang
1b32790cba
Fix warnings.
2018-07-01 01:35:13 +08:00
Vincent Zhang
b2c187ea66
Fix issues according to the feedback from melpa.
2018-07-01 01:32:49 +08:00
Vincent Zhang
bd097590a2
Fix: update vcs.
2018-06-28 00:26:44 +08:00
Vincent Zhang
c354cdde0c
Remove map
.
2018-06-27 14:32:23 +08:00
Vincent Zhang
6628495b6d
Refactor.
2018-06-27 05:26:17 +08:00
Vincent Zhang
2383b1c370
Update vcs.
2018-06-27 04:44:26 +08:00
Vincent Zhang
703d928c93
Fix exception: /0.
2018-06-27 02:43:54 +08:00
Vincent Zhang
58e3362542
Remove dash.
2018-06-27 02:43:39 +08:00
Vincent Zhang
0cc7118b6c
Fix warnings.
2018-06-27 02:38:48 +08:00
Vincent Zhang
2c7c908aa0
Fix: doom-column -> doom-modeline-column.
2018-06-27 01:34:08 +08:00
Vincent Zhang
ed2791caf8
Add window number in main.
2018-06-22 12:17:17 +08:00
Vincent Zhang
0db45235c3
Enable window-number in main.
2018-06-22 12:13:46 +08:00
Vincent Zhang
e8ca0a2b38
Merge branch 'master' of https://github.com/seagle0128/doom-modeline
2018-06-22 11:14:00 +08:00
Vincent Zhang
b096fa284f
Format codes.
2018-06-22 11:13:41 +08:00
Vincent Zhang
ff3a35a2b1
Merge branch 'develop' of https://github.com/seagle0128/doom-modeline into develop
2018-06-21 22:32:23 +08:00
Vincent Zhang
e714440351
Support versions including Python, Ruby and Golang.
2018-06-21 22:31:02 +08:00
Vincent Zhang
8caecb23b8
Support version, including Python, Ruby and Golang.
2018-06-21 22:27:16 +08:00
Vincent Zhang
e69364282c
Update functions for icons.
2018-06-21 19:06:00 +08:00
Vincent Zhang
2beb80206a
Fix: set current window after switching window via click.
2018-06-21 18:43:02 +08:00
Vincent Zhang
616fdabd8d
Fix: set current window after switching window.
2018-06-21 18:31:16 +08:00
Vincent Zhang
14e4b8ba5a
Disable anzu modeline.
2018-06-21 17:40:00 +08:00
Vincent Zhang
04641d5643
Fix typo.
2018-06-21 15:45:42 +08:00
Vincent Zhang
8725a8276b
Silence compiler warnings.
2018-06-21 00:26:49 +08:00
Vincent Zhang
1a98d961dd
Silence compiler warnings.
2018-06-21 00:26:00 +08:00
Vincent Zhang
f281bd872f
Refactor.
2018-06-19 19:08:55 +08:00
Vincent Zhang
d3a2928efa
Refactor.
2018-06-19 19:07:24 +08:00
Vincent Zhang
55269e7288
Fix for evil-anzu
.
2018-06-19 19:01:56 +08:00
Vincent Zhang
63c5cde9a3
Fix for evil-anzu
.
2018-06-19 18:58:29 +08:00
Vincent Zhang
96d6fda059
Fix anzu issue.
2018-06-19 18:54:02 +08:00
Vincent Zhang
84e9a43bd1
Merge from develop branch.
2018-06-19 18:44:11 +08:00
Vincent Zhang
03658c4f28
Fix: doom-modeline-vspc
.
2018-06-19 18:38:56 +08:00
Vincent Zhang
57fa2b22bb
Fix: doom-modeline-set
.
2018-06-19 18:36:43 +08:00
Vincent Zhang
64404ed72e
Remove doom-modeline-add-transient-hook!
.
2018-06-19 18:26:17 +08:00
Vincent Zhang
998cfe1bd4
Minor fix.
2018-06-19 18:23:22 +08:00
Vincent Zhang
747f060cdf
Remove doom-modeline-add-hook!
.
2018-06-19 18:06:01 +08:00
Vincent Zhang
0234007b08
Merge new codes and fix warnings.
2018-06-19 17:58:24 +08:00
Vincent Zhang
c2ad2a27f3
Fix warnings.
2018-06-19 14:58:35 +08:00
Vincent Zhang
2d9ce25bcc
Update format.
2018-06-19 14:11:39 +08:00
Vincent Zhang
97f3e709fb
Format codes.
2018-06-18 22:25:38 +08:00
Vincent Zhang
9a8231ca35
Fix: when-let for Emacs26.
2018-06-17 22:45:59 +08:00
Vincent Zhang
50dd005286
Fix warnings.
2018-06-17 18:12:02 +08:00
Vincent Zhang
0946408dbe
Remove dash.
2018-06-15 23:05:14 +08:00
Vincent Zhang
af221ea1d8
Fix: Symbol’s value as variable is void: doom-modeline-fn-alist.
2018-06-15 14:53:45 +08:00
Vincent Zhang
7498b4879e
Fix warnings.
2018-06-15 12:18:01 +08:00
Vincent Zhang
29e92d589c
Update comments.
2018-06-15 02:13:56 +08:00
Vincent Zhang
2b87b94af5
Fix: quote -> backquote.
2018-06-14 18:00:13 +08:00
Vincent Zhang
8bf477c3ab
Merge branch 'develop' of https://github.com/seagle0128/doom-modeline into develop
2018-06-14 17:57:55 +08:00
Vincent Zhang
25c5d2919f
Fix: quote -> backquote.
2018-06-14 17:57:29 +08:00
Vincent Zhang
f98597f06c
Fix face of eldoc-in-minibuffer.
2018-06-14 02:51:07 +08:00
Vincent Zhang
0509ac47f4
Fix eldoc in minibuffer.
2018-06-14 02:41:13 +08:00
Vincent Zhang
aee92fa496
Update libs.
2018-06-14 02:30:36 +08:00
Vincent Zhang
553f1a8190
Remove memoize dependency.
2018-06-13 21:36:06 +08:00
Vincent Zhang
da777a87c1
Remove memoize
dependency.
2018-06-13 21:34:31 +08:00
Vincent Zhang
ababcb464f
Merge from develop branch of doom-theme.
2018-06-13 20:43:03 +08:00
Vincent Zhang
21b9230fc7
Disable all-the-icons in Windows due to the bad performance.
2018-06-13 20:31:46 +08:00
Vincent Zhang
c6be6f5b48
Bump version to 0.1.1.
2018-06-13 20:00:38 +08:00
Vincent Zhang
a0479f40f0
Update active vars.
2018-06-13 19:42:23 +08:00
Vincent Zhang
ad01172070
Fix lint errors.
2018-06-13 12:23:17 +08:00
Vincent Zhang
3e6933a1dc
Fix: -when-let -> -when-let*.
2018-06-12 23:25:12 +08:00
Vincent Zhang
3de36fe7be
Update version.
2018-06-12 23:01:58 +08:00
Vincent Zhang
1a2ff8f2b6
Add dash lib for compatiblility issues with Emacs <=25.
2018-06-12 22:09:35 +08:00
Vincent Zhang
dce8d0e5b1
Update comments.
2018-06-12 03:07:13 +08:00
Vincent Zhang
60294cd596
Update package headers.
2018-06-12 02:26:23 +08:00
Vincent Zhang
58c898325e
Update README. Fix package requires.
2018-06-12 01:44:37 +08:00
Vincent Zhang
c806e3f789
Add doom-modeline.
2018-06-12 01:13:02 +08:00