diff options
author | Sean Allred <code@seanallred.com> | 2014-11-28 13:30:11 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-28 13:30:11 -0500 |
commit | 0228524a31cf2e040525302da8cf12e2f749fbbb (patch) | |
tree | df65a56475022619f34cb24e61930682030f524d /sx-question-list.el | |
parent | 753ee36a9b1dc17804198d461ca660a65eeff0e9 (diff) |
Provide commentaries for each file
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 7caa03d..0967d6a 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -19,6 +19,8 @@ ;;; Commentary: +;; Provides question list logic (as used in e.g. `sx-tab-frontpage'). + ;;; Code: (require 'tabulated-list) (require 'cl-lib) |