Minimal mode line configuration for Emacs, inspired by doom-modeline
Go to file
Trevor Richards 935043455c
* mood-line.el: Fixed multiple comments
In adherence with elisp convention, comments have been shortened
to fit within 80 columns. Some nitpicky grammar/spelling mistakes
were fixed. Some small inaccuracies were also corrected.
2022-07-28 21:07:37 -07:00
mood-line.el * mood-line.el: Fixed multiple comments 2022-07-28 21:07:37 -07:00
README.md Increment patch version number 2021-10-03 17:13:42 -04:00

mood-line

Version 1.2.5

MELPA MELPA Stable

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

  • Encoding and EOL style indicator

  • Version control status indicator

  • Flycheck status indicator

  • Flymake support

  • Lightweight with no dependencies

Preview

Preview Image

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!