spacemacs/layers/+spacemacs/spacemacs-modeline
syl20bnr ebe4c60264 Revert "Defer packages by default using use-package-always-defer"
This reverts commit 29c78ce841 and all other fixes
that have been made afterwards.

The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
..
local/vim-powerline spacemacs-modeline: colorize inactive state for vim-powerline 2018-01-12 23:31:23 -05:00
config.el Refactor spacemacs-ui and spacemacs-ui-visual layers 2017-04-11 23:09:35 -04:00
funcs.el Add properties for mode-line theme, remove powerline-scale 2018-01-16 22:59:29 -05:00
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
README.org Fix doc for first bunch of internal spacemacs layers 2018-02-22 17:36:45 +02:00

spacemacs-modeline layer

Description

This layer adds various mode-lines to Spacemacs.

Features:

  • Display of a vim-powerline like mode-line being able to show various information like

    • Current battery status
    • All active minor modes displayed as unicode symbols
    • The active major mode
    • The current branch if the file is in version control
    • The current cursor position
    • The system clock
  • Display of a small system monitor in a separate mode-line.

Key bindings

Key Binding Description
SPC t m b Display battery state in mode-line
SPC t m r Make the mode-line responsive
SPC t m m Display active minor modes in mode-line
SPC t m M Display active major mode in mode-line
SPC t m v Display version control information in mode-line
SPC t m V Display new mode-line version
SPC t m p Display cursor position in mode-line
SPC t m c Display a clock in mode-line
SPC t m s Display a small system monitor in a separate mode-line