To install this package, run in Emacs:
M-x package-install RET nano-modeline RET
Nano modeline is a minor mode that modify the modeline as: [ name (primary) secondary ] It can be displayed at the bottom (mode-line) or at the top (header-line) depending on nano-modeline-position custom setting. There are two sets of faces (for active and inactive modelines) that can be customized (M-x: customize-group + nano-modeline) - nano-modeline-active / nano-modeline-inactive - nano-modeline-active-name / nano-modeline-inactive-name - nano-modeline-active-primary / nano-modeline-inactive-primary - nano-modeline-active-secondary / nano-modeline-inactive-secondary - nano-modeline-active-status-RO / nano-modeline-inactive-status-RO - nano-modeline-active-status-RW / nano-modeline-inactive-status-RW - nano-modeline-active-status-** / nano-modeline-inactive-status-** Usage example: M-x: nano-modeline-mode
nano-modeline-0.7.1.tar.lz | 2022-May-25 | 666 KiB |
nano-modeline-0.7.tar.lz | 2022-May-12 | 666 KiB |
nano-modeline-0.6.tar.lz | 2022-Mar-29 | 640 KiB |
nano-modeline-0.5.tar.lz | 2022-Jan-06 | 640 KiB |
nano-modeline-0.4.tar.lz | 2022-Jan-03 | 639 KiB |
nano-modeline-0.3.tar.lz | 2021-Dec-23 | 710 KiB |
nano-modeline-0.2.tar.lz | 2021-Oct-07 | 709 KiB |
nano-modeline-0.1.tar.lz | 2021-Oct-07 | 709 KiB |
Version 0.7.2 - Fix a bug in info mode (breadcrumbs) - Fix mu header mode for version 1.8 - Put back padding (for default style) Version 0.7.1 - Fix a bug with mu4e-dashboard - Fix a bug in pdf view mode - Better org-capture mode Version 0.7 - Prefix is now an option (none, status or icon) - Prefix can be replaced by icons - Better space computation - New imenu-list mode - Indirect buffers are now handled properly - Bugfix in org-clock-mode Version 0.6 - Spaces have face that enforce active/inactive - Better marker for dedicated windows - Internal reordering of modes, most frequent first (educated guess, might vary greatly with users) Version 0.5.1 - Bug fix (make-obsolete-variable) - Added marker for dedicated window Version 0.5 - Dynamic version that is now configurable thanks to the wonderful contribution of Hans Donner (@hans-d) Version 0.4 - Reverted to RO/RW/** default prefix Version 0.3 - Usage of :align-to: properties for better alignment - Added elpher mode - Fix user mode Version 0.2 - Implements modeline as minor mode Version 0.1 - Submission to ELPA