Add emacs/ibuffer module
And bind 'SPC b i' to ibuffer
This commit is contained in:
parent
5215b79f7a
commit
6e0a93233d
6 changed files with 112 additions and 0 deletions
5
modules/emacs/ibuffer/packages.el
Normal file
5
modules/emacs/ibuffer/packages.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; emacs/ibuffer/packages.el
|
||||
|
||||
(package! ibuffer-projectile)
|
||||
(package! ibuffer-vc)
|
Loading…
Add table
Add a link
Reference in a new issue