From 6c8cf707c86c80271ca9edd4596cfa1b6c4a7983 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 8 May 2016 23:03:41 -0500 Subject: [PATCH] Fixed an append issue for package lists --- home/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el index 0509496..dc88a33 100644 --- a/home/.emacs.d/init.el +++ b/home/.emacs.d/init.el @@ -43,7 +43,7 @@ "Org Mode Packages") ;; Combine the package lists -(defvar sothr/packages (append sothr/packages sothr/tools sothr/modes) "Default Packages") +(defvar sothr/packages (append sothr/tools sothr/modes sothr/org) "Default Packages") ;; Repositories (add-to-list 'package-archives