summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2014-03-26 15:34:34 +0100
committerMartin Polden <martin.polden@gmail.com>2014-03-26 15:40:52 +0100
commitf5ae26ccfa077957dd912f015520470d8467900a (patch)
tree1c2d7b2d62293ae93ea63e1a869e7cd97e6cb4a0 /init.el
parent3739c077a678c0d78f981bbd930406730878fc54 (diff)
Move ibuffer config to separate file
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2b9bd1b..922de25 100644
--- a/init.el
+++ b/init.el
@@ -17,3 +17,4 @@
(require 'init-org)
(require 'init-js2-mode)
(require 'init-rainbow-delimiters)
+(require 'init-ibuffer)