summaryrefslogtreecommitdiffstats
path: root/ymh-emacs/ymh-diary.el
diff options
context:
space:
mode:
Diffstat (limited to 'ymh-emacs/ymh-diary.el')
-rw-r--r--ymh-emacs/ymh-diary.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/ymh-emacs/ymh-diary.el b/ymh-emacs/ymh-diary.el
new file mode 100644
index 0000000..9654971
--- /dev/null
+++ b/ymh-emacs/ymh-diary.el
@@ -0,0 +1,10 @@
+;;; ymh-diary.el --- Extensions to the Emacs Diary -*- lexical-binding: t; -*-
+
+;;; Commentary:
+
+;; This file contains extensions to the built-in Emacs Diary. Mainly, it adds a
+;; timezone conversion to the diary display function, so that if
+
+;;; Code:
+
+;;; ymh-diary.el ends here