]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/gnorb/gnorb.el
Merge commit '0b9eb2b647a49ffa3dc4e3e61cb8bd94c7fe3634' as 'packages/gnorb'
[gnu-emacs-elpa] / packages / gnorb / gnorb.el
diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
new file mode 100644 (file)
index 0000000..b702b71
--- /dev/null
@@ -0,0 +1,41 @@
+;;; gnorb.el --- Glue code between Gnus, Org, and BBDB
+
+;; Copyright (C) 2014  Eric Abrahamsen
+
+;; Version: 1
+
+;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>
+
+;; Author: Eric Abrahamsen <eric@ericabrahamsen.net>
+;; Keywords: mail org gnus bbdb todo task
+
+;; URL: https://github.com/girzel/gnorb
+
+;; 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 <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;; Load this file to load everything.
+
+;;; Code:
+
+(require 'gnorb-utils)
+(require 'nngnorb)
+(require 'gnorb-gnus)
+(require 'gnorb-bbdb)
+(require 'gnorb-org)
+(require 'gnorb-registry)
+
+(provide 'gnorb)
+;;; gnorb.el ends here