summaryrefslogtreecommitdiffstats
path: root/ymh-emacs/ymh-emacs.el
blob: 29a761d93e04d687f882178ee5c4708b7f2f6cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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