aboutsummaryrefslogtreecommitdiff
path: root/sx-tab.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-27 18:41:09 -0500
committerSean Allred <code@seanallred.com>2014-11-27 18:41:09 -0500
commit753ee36a9b1dc17804198d461ca660a65eeff0e9 (patch)
tree620233e0f0a6e566dae9d57fe2f719453d3213ee /sx-tab.el
parentb3bfa272a9e27f0e87c0a815520221ef1dbf789f (diff)
File header normalization
Diffstat (limited to 'sx-tab.el')
-rw-r--r--sx-tab.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/sx-tab.el b/sx-tab.el
index 154a90f..bbbdb79 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
@@ -100,3 +100,7 @@ If SITE is nil, use `sx-tab-default-site'."
(provide 'sx-tab)
;;; sx-tab.el ends here
+
+;; Local Variables:
+;; lexical-binding: t
+;; End: