Minimal mode line configuration for Emacs, inspired by doom-modeline
Go to file
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
mood-line.el Show encoding and EOL style 2019-06-13 13:24:04 +09:00
README.md Increment patch version number 2019-06-06 06:46:16 -04:00

mood-line

Version 1.1.2

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

  • Version control status indicator

  • Flycheck status indicator

  • 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!