From 512cfda1f0ba120f6fcfe62496936bba1ca42ebc Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 7 Dec 2014 01:30:40 +0000 Subject: Create sx-load file whose sole purpose is to load everything. --- sx-load.el | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 sx-load.el (limited to 'sx-load.el') diff --git a/sx-load.el b/sx-load.el new file mode 100644 index 0000000..e29d439 --- /dev/null +++ b/sx-load.el @@ -0,0 +1,51 @@ +;;; sx-load.el --- Load all files of the sx package. + +;; Copyright (C) 2014 Artur Malabarba + +;; Author: Artur Malabarba + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Commentary: + +;;; Code: +(mapc #'require + '(sx + sx-time + sx-auth + sx-button + sx-cache + sx-compose + sx-encoding + sx-favorites + sx-filter + sx-interaction + sx-method + sx-networks + sx.org + sx-question + sx-question-list + sx-question-mode + sx-question-print + sx-request + sx-site + sx-tab + )) + +(provide 'sx-load) +;;; sx-load.el ends here + +;; Local Variables: +;; indent-tabs-mode: nil +;; End: -- cgit v1.2.3 From af26d7303a98cf9b16baf29b86493e73559a5c20 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Tue, 9 Dec 2014 11:26:22 -0500 Subject: Don't require sx.org Branch: hotfix-sx.org --- sx-load.el | 1 - 1 file changed, 1 deletion(-) (limited to 'sx-load.el') diff --git a/sx-load.el b/sx-load.el index e29d439..659f54b 100644 --- a/sx-load.el +++ b/sx-load.el @@ -33,7 +33,6 @@ sx-interaction sx-method sx-networks - sx.org sx-question sx-question-list sx-question-mode -- cgit v1.2.3