GithubHelp home page GithubHelp logo

emacs-maple-modeline's Introduction

emacs-maple-modeline

screenshots

https://github.com/honmaple/emacs-maple-modeline/blob/master/screenshot/example.png https://github.com/honmaple/emacs-maple-modeline/blob/master/screenshot/example1.png https://github.com/honmaple/emacs-maple-modeline/blob/master/screenshot/example2.png

How to use?

(use-package maple-modeline
  :hook (after-init . maple-modeline-mode)
  :config
  (setq maple-modeline-message-p nil)
  ;; standard, minimal, sidebar
  (setq maple-modeline-style 'standard)
  ;; standard or auto or some number
  (setq maple-modeline-width 'standard)
  ;; show icon, just for version-control
  (setq maple-modeline-icon (and (display-graphic-p) *icon*))

  ;; custom separator from https://github.com/honmaple/emacs-maple-xpm
  (use-package maple-xpm
    :ensure nil
    :config
    (setq maple-xpm-style (if (display-graphic-p) 'wave 'default))))

How to customize style?

(maple-modeline-set style-name
  :left '(window-number)
  :right '(count)
  :sep "=")

Then set (setq maple-modeline-style 'style-name)

How to creat new instance?

(maple-modeline-define anzu
  :if (bound-and-true-p anzu--state)
  :priority 7
  :format (anzu--update-mode-line))

Feature

  • window-number
  • major-mode
  • minor-mode
  • buffer-info
  • buffer-encoding
  • buffer-position
  • remote-host
  • count
  • region
  • misc-info
  • python
  • flycheck
  • version-control
  • process
  • anzu
  • iedit
  • lsp
  • narrow
  • macro
  • nyan
  • message

emacs-maple-modeline's People

Contributors

honmaple avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

emacs-maple-modeline's Issues

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.