diff options
Diffstat (limited to 'sx-favorites.el')
-rw-r--r-- | sx-favorites.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sx-favorites.el b/sx-favorites.el index d5c5a4f..44ee19f 100644 --- a/sx-favorites.el +++ b/sx-favorites.el @@ -19,6 +19,9 @@ ;;; Commentary: +;; This file provides logic for retrieving and managing a user's +;; starred questions. + ;;; Code: (require 'sx-method) |