diff options
Diffstat (limited to 'sx-site.el')
-rw-r--r-- | sx-site.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -;;; sx-site.el --- browsing sites -*- lexical-binding: t; -*- +;;; sx-site.el --- browsing sites -*- lexical-binding: t -*- ;; Copyright (C) 2014 Sean Allred @@ -19,6 +19,9 @@ ;;; Commentary: +;; This file provides various pieces of site logic, such as retrieving +;; the list of sites and the list of a user's favorited questions. + ;;; Code: (require 'sx-method) |