Skip to content

honmaple/emacs-maple-modeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Beautiful emacs modeline

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published