From f7f3c984b05dc4e322b50dd282051e4c6a52bbd4 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 28 Apr 2015 15:51:04 +0100 Subject: Add inbox autoloads --- sx-inbox.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sx-inbox.el b/sx-inbox.el index 3048509..c436b8a 100644 --- a/sx-inbox.el +++ b/sx-inbox.el @@ -181,6 +181,7 @@ is an alist containing the elements: (defvar sx-inbox--buffer nil "Buffer being used to display inbox.") +;;;###autoload (defun sx-inbox (&optional notifications) "Display a buffer listing inbox items. With prefix NOTIFICATIONS, list notifications instead of inbox." @@ -200,6 +201,7 @@ With prefix NOTIFICATIONS, list notifications instead of inbox." (- (+ fill-column 4) (window-width)) 'horizontal)))) +;;;###autoload (defun sx-inbox-notifications () "Display a buffer listing notification items." (interactive) -- cgit v1.2.3