Git Product home page Git Product logo

mu4e-column-faces's Introduction

Mu4e Column faces

This package provides a minor mode that allows using individual faces for the columns in mu4e’s email overview.

Example

Before: img/before.png

After: img/after.png

Before: img/before-light.png

After: img/after-light.png

Installation

mu4e-column-faces is available on Melpa. Download it with the package manager of your choice and then simply enable mu4e-column-faces-mode after mu4e was loaded:

(use-package mu4e-column-faces
  :after mu4e
  :config (mu4e-column-faces-mode))

or

(with-eval-after-load 'mu4e
  (mu4e-column-faces-mode))

Configuration

The various faces are all named after the headers in mu4e-header-info, e.g. mu4e-column-faces-date.

There are two options that can be set (examples on how to use them are provided in their eldoc):

  • mu4e-column-faces-custom-column-handler is function that can be used to handle custom columns.
  • mu4e-column-faces-adjust-face is a function that can be used to further customize columns’ faces.

This package does not seem to have an impact on performance. If you want to make sure for your own setup you can set mu4e-headers-report-render-time to t and compare the render times with and without mu4e-column-faces-mode.

mu4e-column-faces's People

Contributors

alexander-miller avatar guobin2312 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.