diff options
author | Arun Isaac | 2024-10-06 23:03:03 +0100 |
---|---|---|
committer | Arun Isaac | 2024-10-06 23:03:03 +0100 |
commit | dd00b15016443aaa6126ba11438bc77ef51ab886 (patch) | |
tree | 6efa57101e33e8fbcea44790510a1c3e2a34100d | |
parent | 4b7322b98dc7eccd99a8c4de3b64ec085407579b (diff) | |
download | varuga-dd00b15016443aaa6126ba11438bc77ef51ab886.tar.gz varuga-dd00b15016443aaa6126ba11438bc77ef51ab886.tar.lz varuga-dd00b15016443aaa6126ba11438bc77ef51ab886.zip |
Add complete README introduction in Commentary section.
* varuga.el (Commentary): Add complete README introduction.
-rw-r--r-- | varuga.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -32,6 +32,14 @@ ;; varuga populates a message mode buffer with an ical MIME part ;; (using MML, the MIME Meta Language). It also adds a plain text ;; part listing the time of the event in various configured timezones. +;; +;; All dates and times you enter into varuga are in your local +;; timezone. varuga automatically converts these into a set of +;; configured timezones (specified in `varuga-clock-list`) for your +;; correspondents' benefit. +;; +;; 🙏 வருக வருக! (varuga varuga!) is a Tamil expression that is used +;; to warmly welcome people to an event. ;;; Code: |