branch: externals/nano-agenda
commit eea9009d4e4e4ba58da854d7ed7c21e08d6a2b37
Merge: 4555325 cd9bfdd
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: GitHub <nore...@github.com>

    Merge pull request #4 from vifon/autoload
    
    Add an autoload
---
 nano-agenda.el | 1 +
 1 file changed, 1 insertion(+)

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."
 

Reply via email to