From 9eeca2e7d30fa7bd6adc69694de7e3d2a71e4876 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 Oct 2013 18:07:22 +0100 Subject: [PATCH] Minor styling change --- packages.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packages.el b/packages.el index 640aa34..f10b7d8 100644 --- a/packages.el +++ b/packages.el @@ -25,7 +25,7 @@ ;; Packages to install from MELPA (defvar my-melpa-packages - '(melpa + '( ace-jump-mode ack-and-a-half auto-complete @@ -79,12 +79,15 @@ writeroom-mode yaml-mode yasnippet - zencoding-mode) + zencoding-mode + ) "A list of packages to install from MELPA at launch.") ;; Packages to install from el-get (defvar my-el-get-packages - '(tomorrow-night-paradise-theme) + '( + tomorrow-night-paradise-theme + ) "A list of packages to install from el-get at launch.") ;; Custom packages to install with el-get