aboutsummaryrefslogtreecommitdiff
path: root/sx-networks.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-networks.el')
-rw-r--r--sx-networks.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/sx-networks.el b/sx-networks.el
index e4660af..5f5f1c3 100644
--- a/sx-networks.el
+++ b/sx-networks.el
@@ -1,4 +1,4 @@
-;;; sx-networks.el --- user network information -*- lexical-binding: t; -*-
+;;; sx-networks.el --- user network information
;; Copyright (C) 2014 Sean Allred
@@ -19,6 +19,9 @@
;;; Commentary:
+;; This file provides logic for retrieving information about the user
+;; across the entire network, e.g. their registered sites.
+
;;; Code:
(require 'sx-method)
@@ -104,4 +107,5 @@ list of sites the user is active on."
;; Local Variables:
;; indent-tabs-mode: nil
+;; lexical-binding: t
;; End: