emacs-mainline icon indicating copy to clipboard operation
emacs-mainline copied to clipboard

A fork of powerline.el (based on an old uncredited version of powerline.el - origin is unclear.) - this fork has multiple separator graphics.

Results 4 emacs-mainline issues
Sort by recently updated
recently updated
newest added

When I try to use main-line, it just blanks out the line (no file details are visible). Do I need to customize the theme first?

While viewing a HTML file I noticed that the mode-line was empty. After looking around, I found that "main-line-major-mode" function requires the "mode-name" variable to be a string. It happens...

Before you can run `(require 'main-line)`, it is currently necessary to run `(require 'cl)`, or else Emacs will throw an `undefined function: gensym` at you. Please include `(require 'cl)` in...

@jasonm23 I've stolen all your separators, and I've made the mode-line height customizable (except in some cases where a separator has to be a certain height to look decent). Would...