summaryrefslogtreecommitdiffstats
path: root/ymh-emacs/ymh-emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'ymh-emacs/ymh-emacs.el')
-rw-r--r--ymh-emacs/ymh-emacs.el17
1 files changed, 17 insertions, 0 deletions
diff --git a/ymh-emacs/ymh-emacs.el b/ymh-emacs/ymh-emacs.el
new file mode 100644
index 0000000..29a761d
--- /dev/null
+++ b/ymh-emacs/ymh-emacs.el
@@ -0,0 +1,17 @@
+;;; ymh-emacs.el --- Extensions to Emacs -*- lexical-binding: t; -*-
+
+;; Author: Yann Herklotz <git@yannherklotz.com>
+;; Package-Requires: ((emacs "24.3"))
+
+;;; Commentary:
+
+;;; Code:
+
+(require 'ymh-common)
+(require 'ymh-diary)
+(require 'ymh-ebib)
+(require 'ymh-tabs)
+
+(provide 'ymh-emacs)
+
+;;; ymh-emacs.el ends here