about summary refs log tree commit diff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2015-09-21 Minor fixes for packagingChris Feng1-0/+2
* .gitignore: Add ELPA files. * exwm-workspace.el: Autoload exwm-workspace-switch. * README.org: Renamed from README.md; add an installation note.
2015-09-04 Prepare for GNU ELPA releaseChris Feng1-0/+1
* Transfer copyright to Free Software Foundation * Add packaging components (e.g. headers) * Coding style fixes: + Quote functions with "#'" + Wrap long lines + Fix doc strings / comments * Replace `string-to-int' with `string-to-number' * Fix compiling errors / eliminate compiling warnings + Add exwm-core.el to hold common variables, functions and macros * Remove the redundant COPYING file * Add .gitignore * Rename README to README.md