Vincent Zhang
257b9cd6de
Update FAQ.
...
See #410 : How to show that the R is running in inferior ess R mode?
2021-10-05 12:52:28 +08:00
Vincent Zhang
5ed7a1bd0e
Set doom-modeline-project-detection to auto.
2021-08-24 00:06:28 +08:00
Sean Farley
d2d1825b9a
readme: fix instructions for mu4e segment ( #456 ) ( #461 )
2021-08-05 17:09:57 +08:00
Vincent Zhang
0ad2e966ab
Update logos.
2021-08-05 05:19:16 +08:00
Vincent Zhang
68b49a0505
Update logos.
2021-08-05 05:08:08 +08:00
Vincent Zhang
77cd244ae5
Don't display icons in TUI.
2021-07-21 16:45:40 +08:00
Vincent Zhang
b8e24f1a75
Revert "New option: doom-modeline-bar."
...
This reverts commit 1784e392d7
.
Close #447 .
2021-05-27 02:33:14 +08:00
Vincent Zhang
1784e392d7
New option: doom-modeline-bar.
...
Whether to display the bar to indicate active and inactive windows.
It's only respected in GUI.
2021-05-16 22:27:49 +08:00
Vincent Zhang
a89ac6c7a1
New option: doom-modeline-hud.
...
Whether to use hud instead of default bar. It's only respected in GUI.
2021-05-15 03:52:00 +08:00
Nacho Barrientos
0c5ce0d0d5
Fix spelling mistake ( #423 )
2021-03-08 09:56:54 +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
Jim Myhrberg
d8d04332f5
Add option to show/hide workspace-name in modeline ( #371 )
2020-08-24 10:30:46 +08:00
Vincent Zhang
0384ce08ce
Update docs.
2020-08-18 11:53:01 +08:00
Vincent Zhang
881e099fe0
Use CI workflow.
2020-08-04 15:38:23 +08:00
Vincent Zhang
a4b4c4a965
Update FAQ for displaying icons correctly.
2020-06-30 10:55:23 +08:00
Vincent Zhang
d009633729
Refactor.
2020-06-08 01:11:07 +08:00
Vonfry
9c3f05a4cc
readme: add gnus custom variable description
2020-05-27 23:49:38 +08:00
Vonfry
9a11bfa7e8
readme: gnus comment about doom-modeline-gnus-timer
2020-05-27 23:41:19 +08: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
ANGkeith
244200f87d
buffer-info: add truncate-nil
style
2020-04-17 13:39:11 +08:00
Vincent Zhang
41015d72e7
Change the default value of doom-modeline-window-width-limit.
2020-02-25 04:40:35 +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
65af9de491
Remove redundant codes for refreshing buffer file name.
2020-02-20 01:40:45 +08:00
Vincent Zhang
25af2880de
Suppress compiler warnings.
2020-02-19 13:16:29 +08:00
Vincent Zhang
af24cb1106
Update FAQ.
...
Close #311 .
2020-02-19 12:38:10 +08:00
Vincent Zhang
ffee20bac9
Introduce `doom-modeline-icon-inactive' face.
...
See #301 .
To display the icons in inactive windows correctly.
2020-02-12 17:17:10 +08:00
Vincent Zhang
43a78ad7eb
[Feature] Introduce `auto' style for buffer file names.
...
Close #179 .
`auto' style is the default style now.
Given ~/Projects/FOSS/emacs/lisp/comint.el
auto => emacs/lisp/comint.el (in a project) or 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
truncate-upto-root => ~/P/F/e/lisp/comint.el
truncate-all => ~/P/F/e/l/comint.el
relative-from-project => emacs/lisp/comint.el
relative-to-project => lisp/comint.el
file-name => comint.el
buffer-name => comint.el<2> (uniquify buffer name)"
2020-02-11 01:51:52 +08:00
Vincent Zhang
6fcf65d2ef
Update README.
2020-01-11 00:42:04 +08:00
Vincent Zhang
417a3b1620
Update LICENSE.
2020-01-11 00:35:36 +08:00
Vincent Zhang
a1e6ca3274
Disable minor-modes and mu4e indicators by default.
2019-12-31 18:32:26 +13:00
Melkor333
3b2df9ab56
Add basic gnus support without any other dependency than gnus
2019-12-18 01:19:55 +01:00
Vincent Zhang
0e3abf8ccc
Update README.
...
Close #276 .
2019-12-06 00:13:14 +08:00
Vincent Zhang
874c421222
Update README.
2019-11-30 01:17:34 +08:00
Vincent Zhang
10ff30dbcd
Update README.
2019-11-24 22:09:54 +08:00
Jake Romer
ad33d3a97e
Update README
2019-11-24 08:10:11 -05:00
Jake Romer
bf03231304
Add continuously displayed word count segment.
...
Introduces `doom-modeline-continuous-word-count-modes`, a customizable list
of major modes in which display a word count continuously when
`doom-modeline-enable-word-count' is non-nil.
```lisp
;; Major modes in which to display word count continuously.
;; Respects `doom-modeline-enable-word-count'.
(setq doom-modeline-continuous-word-count-modes '(markdown-mode org-mode))
```
2019-11-23 22:03:09 -05:00
Vincent Zhang
2b9a43d0de
Update README.
2019-11-23 18:02:15 +08:00
Vincent Zhang
759f30ee8b
Not triggering CI if only docs are updated.
2019-11-23 17:38:27 +08:00
Vincent Zhang
d646a1f1da
Update README.
2019-11-23 16:53:53 +08:00
Vincent Zhang
d6165e6f3c
Change doom-modeline-evil-state-icon to doom-modeline-modal-icon.
...
See #265 .
2019-11-22 18:33:43 +08:00
Vincent Zhang
8d55840353
Fix typo in README.
...
Close #264 .
2019-11-20 11:45:54 +08:00
Vincent Zhang
11d42282f2
Add irc-buffers segment to the special mode-line.
...
Close #260 .
Remove option: doom-modeline-irc-buffers.
Update special mode-line.
2019-11-19 23:45:33 +08:00
Vincent Zhang
6a3b0639c6
[Feature] Support rcirc.
2019-11-18 04:07:34 +08:00
Vincent Zhang
cfbe795ab3
Add IRC screenshots.
2019-11-18 00:41:13 +08:00
Vincent Zhang
5c715d9d78
Update docs.
2019-11-18 00:01:27 +08:00
Vincent Zhang
dcc57fd45e
Merge irc and irc-buffers segment.
...
Provide the new option: doom-modeline-irc-buffers.
2019-11-17 01:20:27 +08:00