summaryrefslogtreecommitdiffstats
path: root/ymh-emacs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-11-24 22:08:12 +0000
committerYann Herklotz <git@yannherklotz.com>2022-11-24 22:08:12 +0000
commit3cc9791003364c338cc6d219c5f144210aa76bef (patch)
tree39b4b7a14bbeba121b3e2b0c9133210c801e9d22 /ymh-emacs
parent21fcdbd1b2a8893b6792c2b4bc5fbb03c23cfc3b (diff)
downloadymh-emacs-3cc9791003364c338cc6d219c5f144210aa76bef.tar.gz
ymh-emacs-3cc9791003364c338cc6d219c5f144210aa76bef.zip
Add diary file
Diffstat (limited to 'ymh-emacs')
-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