Commit Graph

142 Commits

Author SHA1 Message Date
5ff7cb514d Increment patch version number 2020-04-28 23:09:18 -04:00
9cd761bdf6 Fix missing face in mood-line-segment-position fn 2020-04-28 23:06:34 -04:00
85b4fdecf1 Merge branch 'fixes' into 'master'
Implement various small fixes

See merge request jessieh/mood-line!4
2020-04-29 02:59:32 +00:00
Farlado
b39de8a325 Add a forgotten docstring 2020-03-17 06:53:11 -04:00
Farlado
1e0bd0425f Conform to function naming conventions 2020-03-15 20:16:46 -04:00
Farlado
70295f52a5 Provide faces for buffer name and major mode 2020-03-15 20:10:53 -04:00
Farlado
d4f4c50cbb Fix file header and emacs version dependency 2020-03-15 20:09:11 -04:00
0b07bdc7e7 Replace bold delta with regular delta symbol 2019-11-01 19:55:42 +00:00
9d116403a8 Remove unnecessary comments 2019-09-30 06:13:23 -04:00
43682f713e Increment patch version number 2019-09-30 05:59:29 -04:00
5fdab58c28 Fix read-only indicator showing up for non-files 2019-09-30 05:58:07 -04:00
2b643fdae3 Update README 2019-09-30 05:39:12 -04:00
82856d9186 Increment minor version number 2019-09-30 05:37:26 -04:00
543c82bb08 Fix #1, #5, #7, and #8 2019-09-30 05:34:56 -04:00
29ba637959 Merge branch 'fix/global-mode-string' into 'master'
Fix global-mode-string handling

See merge request jessieh/mood-line!3
2019-09-11 20:23:46 +00:00
a69fdd73ea Merge branch 'add-encoding-segment' into 'master'
Add encoding segment

See merge request jessieh/mood-line!2
2019-09-11 20:22:37 +00:00
TatriX
749279bc17 Fix global-mode-string handling
Current implementation doesn't always work. For example if one uses
mu4e:

```
(add-hook 'after-init-hook #'mu4e-alert-enable-mode-line-display)
```

`global-mode-string` will have `((:eval mu4e-alert-mode-line))` as
it's value. And it will result in error:

```
Error during redisplay: (eval (mood-line-segment-global-mode-string)) signaled (void-function :eval) [11 times]
```

This commit uses `format-mode-line` function to manually evaluate
`global-mode-string` and append it's result to the mode line if any.
2019-06-27 16:54:49 +02:00
Mahito TANNO
4e6a58cb98 Improve README 2019-06-13 14:12:34 +09:00
Mahito TANNO
4a4986e605 Show encoding and EOL style
There is no way to display encoding nor EOL style, although the
function "mood-line-segment-encoding" exists.  Therefore, I add
the function in order to display them in the right side of mode-
line.
2019-06-13 13:24:04 +09:00
3560d8aafd Increment patch version number 2019-06-06 06:46:16 -04:00
6c875529a2 Add segment to display 'mode-line-process' value 2019-06-06 06:44:59 -04:00
07355d6cf8 Add option to display point value 2019-06-06 06:44:27 -04:00
670f2c0c39 Merge branch 'fixed-unbound-variable-access' into 'master'
Fix unbound variable access

Closes #2

See merge request jessieh/mood-line!1
2019-06-06 09:47:26 +00:00
Serghei Iakovlev
9654a5bf2e Fix unbound variable access 2019-06-06 09:47:25 +00:00
68ebabfc0a Increment patch version number 2019-05-10 20:35:58 -04:00
0bfe3ab2b6 Add new global-mode-string segment 2019-05-10 20:35:11 -04:00
b68f003b47 Merge upstream changes into local repository 2019-05-10 20:02:10 -04:00
f926b6f6c6 Increment minor version number 2019-05-10 20:01:18 -04:00
e9ce3106c9 Update documentation 2019-05-10 20:01:04 -04:00
c55958bb9e Convert activation function into global minor mode 2019-05-10 19:59:04 -04:00
4786beec95 Remove unnecessary autoloads 2019-05-10 19:50:01 -04:00
7c1cc2f456 Improve face name consistency 2019-05-10 19:47:50 -04:00
8c469004a4 Add preview image to README.md 2019-04-30 13:47:30 +00:00
3dccc304f8 Add MELPA badges to README.md 2019-04-23 00:05:10 +00:00
f23ae8e0d0 Increment patch version number 2019-04-22 17:05:25 -04:00
79e71d73d6 Add declarations to quiet byte-compiler warnings 2019-04-22 17:05:17 -04:00
c64400df32 Remove autoload registration for private functions 2019-04-15 07:17:35 -04:00
8cb53fe749 Add installation instructions 2019-04-12 03:37:02 -04:00
fa62ae3bd3 Register all functions for autoloading 2019-04-12 03:30:28 -04:00
578b80026d Fix information in file header 2019-04-11 03:39:48 -04:00
bf4d46c016 Add link to "doom-modeline" project in README.md 2019-04-11 03:39:22 -04:00
a8e6e8d46c Initial commit 2019-04-11 02:31:21 -04:00