aboutsummaryrefslogtreecommitdiff
path: root/sx-tab.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-tab.el')
-rw-r--r--sx-tab.el13
1 files changed, 11 insertions, 2 deletions
diff --git a/sx-tab.el b/sx-tab.el
index 7ccbf18..7394da6 100644
--- a/sx-tab.el
+++ b/sx-tab.el
@@ -1,4 +1,4 @@
-;;; sx-tab.el --- Functions for viewing different tabs. -*- lexical-binding: t; -*-
+;;; sx-tab.el --- functions for viewing different tabs
;; Copyright (C) 2014 Artur Malabarba
@@ -19,7 +19,12 @@
;;; Commentary:
-;;
+;; This file provides a single macro to define 'tabs' to view lists of
+;; questions.
+
+;;; Tabs:
+
+;; - frontpage :: the frontpage of a single site
;;; Code:
@@ -107,3 +112,7 @@ If SITE is nil, use `sx-tab-default-site'."
(provide 'sx-tab)
;;; sx-tab.el ends here
+
+;; Local Variables:
+;; lexical-binding: t
+;; End: