aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-28 15:51:04 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-28 15:51:04 +0100
commitf7f3c984b05dc4e322b50dd282051e4c6a52bbd4 (patch)
treeaad76d0f047b8243dfdb4e775f7cd1866cdf22e2
parent5e3d0b7d29d6fd5f4604e209577ad52b8592afb9 (diff)
Add inbox autoloads
-rw-r--r--sx-inbox.el2
1 files changed, 2 insertions, 0 deletions
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)