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-question-list.el | |
parent | b3bfa272a9e27f0e87c0a815520221ef1dbf789f (diff) |
File header normalization
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 9709b99..7caa03d 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -1,4 +1,4 @@ -;;; sx-question-list.el --- Major-mode for navigating questions list. -*- lexical-binding: t; -*- +;;; sx-question-list.el --- major-mode for navigating questions list ;; Copyright (C) 2014 Artur Malabarba @@ -540,3 +540,7 @@ Sets `sx-question-list--site' and then call (provide 'sx-question-list) ;;; sx-question-list.el ends here + +;; Local Variables: +;; lexical-binding: t +;; End: |