aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-12-01 08:45:50 -0500
committerSean Allred <code@seanallred.com>2014-12-01 08:45:50 -0500
commit3a5afcc8225e52baaaba92c27d1d594eeb1cf729 (patch)
tree0312d9cf5caf27d52ccc979c71f10e498c302c49 /sx-question-mode.el
parent7b61477c3b5dd2296a598d2d05af0f3e38e9a407 (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-question-mode.el')
-rw-r--r--sx-question-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index 6efa10b..6293ad2 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -1,4 +1,4 @@
-;;; sx-question-mode.el --- major-mode for displaying questions
+;;; sx-question-mode.el --- major-mode for displaying questions -*- lexical-binding: t -*-
;; Copyright (C) 2014 Artur Malabarba
@@ -228,5 +228,5 @@ query the api."
;;; sx-question-mode.el ends here
;; Local Variables:
-;; lexical-binding: t
+;; indent-tabs-mode: nil
;; End: