diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 18:41:09 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 18:41:09 -0500 |
commit | 753ee36a9b1dc17804198d461ca660a65eeff0e9 (patch) | |
tree | 620233e0f0a6e566dae9d57fe2f719453d3213ee /sx-tab.el | |
parent | b3bfa272a9e27f0e87c0a815520221ef1dbf789f (diff) |
File header normalization
Diffstat (limited to 'sx-tab.el')
-rw-r--r-- | sx-tab.el | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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: |