summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.org b/init.org
index 93aac0e..ea849c6 100644
--- a/init.org
+++ b/init.org
@@ -871,7 +871,9 @@
#+BEGIN_SRC emacs-lisp
(setq diary-file (expand-file-name "diary" jao-org-dir)
diary-display-function 'diary-fancy-display
- diary-mail-addr "jao@localhost")
+ diary-mail-addr "jao@localhost"
+ diary-comment-start ";;"
+ diary-comment-end "")
(add-hook 'diary-list-entries-hook 'diary-sort-entries t)
#+END_SRC