mood-line/README.md

50 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2019-04-11 06:31:21 +00:00
# mood-line
2020-07-21 04:34:44 +00:00
### Version 1.2.3
2019-04-11 06:31:21 +00:00
2019-04-23 00:05:10 +00:00
[![MELPA](https://melpa.org/packages/mood-line-badge.svg)](https://melpa.org/#/mood-line)
[![MELPA Stable](https://stable.melpa.org/packages/mood-line-badge.svg)](https://stable.melpa.org/#/mood-line)
2019-04-11 06:31:21 +00:00
## About
`mood-line` is a minimal mode-line configuration that aims to replicate some of the features of the
[doom-modeline](https://github.com/seagle0128/doom-modeline)
package.
2019-04-11 06:31:21 +00:00
## Features
* Clean, minimal design
* Anzu and multiple-cursors counters
2019-06-13 05:12:34 +00:00
* Encoding and EOL style indicator
2019-04-11 06:31:21 +00:00
* Version control status indicator
* Flycheck status indicator
2019-09-30 09:39:12 +00:00
* Flymake support
2019-04-11 06:31:21 +00:00
* Lightweight with no dependencies
2019-04-30 13:47:30 +00:00
## Preview
![Preview Image](https://gitlab.com/jessieh/mood-line/raw/assets/mood-line.png "Preview Image")
2019-04-12 07:37:02 +00:00
## Installation
To enable `mood-line`, place this in your configuration file after loading the package:
2019-05-11 00:01:04 +00:00
`(mood-line-mode)`
2019-04-12 07:37:02 +00:00
2019-05-11 00:01:04 +00:00
Disabling `mood-line` can be accomplished by toggling `mood-line-mode` off.
2019-04-12 07:37:02 +00:00
2019-04-11 06:31:21 +00:00
## Known Issues
* No known issues.
If you experience any issues with this package, please
[open an issue](https://gitlab.com/jessieh/mood-line/issues/new)
on the issue tracker.
Suggestions for improvements and feature requests are always appreciated, as well!