ff8cd06046
- lists were not correctly indented sometimes - **note** and such things do not exist in org - Note and Important - Change Feature list to heading - Change TODOS to actual org TODOS - Add TOC to python layer - list indentation - some typos I could not leave unchanged - TODO formatting - List indentation - typos - wrong markup fix conversion issues |
||
---|---|---|
.. | ||
config.el | ||
funcs.el | ||
packages.el | ||
README.org |
ibuffer contribution layer for Spacemacs
Table of Contents TOC@4
Description
This layer configures Emacs ibuffer for Spacemacs.
Install
Layer
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(ibuffer))
Grouping buffers
Buffers can be grouped by major-modes or projectile projects. By default buffers are grouped by major-modes.
To change how buffers are grouped set the layer variable
ibuffer-group-buffers-by
to one of the following supported values:
modes
to group buffers by major-modes (default)projects
to group buffers by projectile projectsnil
to not group buffers
Example:
(setq-default dotspacemacs-configuration-layers '(
(ibuffer :variables ibuffer-group-buffers-by 'projects)))
Key bindings
Key Binding | Description |
---|---|
SPC b B |
open ibuffer menu |
Note: The layer will also replace regular C-x C-b
by ibuffer.