diff options
| author | Nicolas P. Rougier <Nicolas.Rougier@inria.fr> | 2021-10-14 13:48:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-14 13:48:14 +0200 |
| commit | eea9009d4e4e4ba58da854d7ed7c21e08d6a2b37 (patch) | |
| tree | cb864af67d2cb0cdc1cc76970023029f9464f85c | |
| parent | 45553252559cd3b061d978bb1ae44230fbf1091e (diff) | |
| parent | cd9bfdd10b0b1f21ea4b1c22f5a942c9e38beb6d (diff) | |
Merge pull request #4 from vifon/autoload
Add an autoload
| -rw-r--r-- | nano-agenda.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nano-agenda.el b/nano-agenda.el index 9de27c7..28706e9 100644 --- a/nano-agenda.el +++ b/nano-agenda.el @@ -247,6 +247,7 @@ entries." (insert (format "%s %s\n" hours text)))) +;;;###autoload (defun nano-agenda () "Create windows & buffers associated with the agenda." |
