diff options
Diffstat (limited to 'org-fc-dashboard.el')
-rw-r--r-- | org-fc-dashboard.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org-fc-dashboard.el b/org-fc-dashboard.el index 05a0bdc..62881c7 100644 --- a/org-fc-dashboard.el +++ b/org-fc-dashboard.el @@ -126,6 +126,7 @@ (set (make-local-variable 'revert-buffer-function) #'org-fc-dashboard-view) (setq-local cursor-type nil)) +;;;###autoload (defun org-fc-dashboard () (interactive) (org-fc-dashboard-view nil nil) |