aboutsummaryrefslogtreecommitdiff
path: root/sx-time.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-time.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-time.el')
-rw-r--r--sx-time.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/sx-time.el b/sx-time.el
index 8f90747..3cf26b9 100644
--- a/sx-time.el
+++ b/sx-time.el
@@ -1,4 +1,4 @@
-;;; sx-time.el --- time
+;;; sx-time.el --- time -*- lexical-binding: t -*-
;; Copyright (C) 2014 Sean Allred
@@ -78,3 +78,7 @@ See also `sx-time-date-format-year'."
(provide 'sx-time)
;;; sx-time.el ends here
+
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; End: