Minimal mode line configuration for Emacs, inspired by doom-modeline
749279bc17
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. |
||
---|---|---|
mood-line.el | ||
README.md |
mood-line
Version 1.1.2
About
mood-line
is a minimal mode-line configuration that aims to replicate some of the features of the
doom-modeline
package.
Features
-
Clean, minimal design
-
Anzu and multiple-cursors counters
-
Version control status indicator
-
Flycheck status indicator
-
Lightweight with no dependencies
Preview
Installation
To enable mood-line
, place this in your configuration file after loading the package:
(mood-line-mode)
Disabling mood-line
can be accomplished by toggling mood-line-mode
off.
Known Issues
- No known issues.
If you experience any issues with this package, please open an issue on the issue tracker.
Suggestions for improvements and feature requests are always appreciated, as well!