diff options
author | Sean Allred <code@seanallred.com> | 2014-12-01 08:45:50 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-01 08:45:50 -0500 |
commit | 3a5afcc8225e52baaaba92c27d1d594eeb1cf729 (patch) | |
tree | 0312d9cf5caf27d52ccc979c71f10e498c302c49 /sx-tab.el | |
parent | 7b61477c3b5dd2296a598d2d05af0f3e38e9a407 (diff) |
Standardize local variables
- Move lexical-binding to top of file; fixes #123
- Use indent-tabs-mode: nil for all files
Diffstat (limited to 'sx-tab.el')
-rw-r--r-- | sx-tab.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -;;; sx-tab.el --- functions for viewing different tabs +;;; sx-tab.el --- functions for viewing different tabs -*- lexical-binding: t -*- ;; Copyright (C) 2014 Artur Malabarba @@ -114,5 +114,5 @@ If SITE is nil, use `sx-tab-default-site'." ;;; sx-tab.el ends here ;; Local Variables: -;; lexical-binding: t +;; indent-tabs-mode: nil ;; End: |