diff options
author | Leon Rische <leon.rische@me.com> | 2020-01-15 16:30:58 +0100 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-01-15 16:30:58 +0100 |
commit | 5561ea0ea9b63dc7950ee2fee99c73ec51e42c88 (patch) | |
tree | 98b9dcb9966d8382e140743314880f77d6b8f3bd /org-fc-dashboard.el | |
parent | 646bdd5adef51b7fe774208486f1c365ba6bb405 (diff) |
Remove dash functions / macros
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) |