aboutsummaryrefslogtreecommitdiff
path: root/sx-time.el
Commit message (Collapse)AuthorAgeFilesLines
* Use defconst instead of defvar where appropriate.Artur Malabarba2015-01-041-1/+1
| | | | Fix #200
* Standardize local variablesSean Allred2015-01-041-1/+5
| | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* Provide commentaries for each fileSean Allred2015-01-041-1/+2
|
* Declare lexical binding on all filesSean Allred2015-01-041-1/+1
|
* time-to-seconds is obsolete.Artur Malabarba2014-12-151-1/+1
|
* Fix #111Sean Allred2014-11-271-2/+2
|
* Fix #110Sean Allred2014-11-271-1/+1
|
* Change months identifierArtur Malabarba2014-11-261-2/+2
|
* Add months to sx-time-seconds-to-stringArtur Malabarba2014-11-261-2/+6
| | | | Fixes #102
* Merge branch 'master' into sx-question-modeArtur Malabarba2014-11-131-2/+1
|\
| * Consolidate keywords, update emailsSean Allred2014-11-081-2/+1
| |
* | Add date formatting to sx-timeArtur Malabarba2014-11-081-0/+22
|/
* Refactor to use `sx-` prefixSean Allred2014-11-071-0/+54
A file stackexchange.el should be added for user-facing functions.