diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2015-09-21T05·31+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2015-09-21T05·31+0800 |
commit | 623db8b378949b0dd863bd8ee069417973b69bad (patch) | |
tree | 3e5820ae9c1559b85bc6dec7b6546e13ec8cd9aa /README.md | |
parent | 9f30672b15abd84e5755ed36f505830e80739b13 (diff) |
Minor fixes for packaging
* .gitignore: Add ELPA files. * exwm-workspace.el: Autoload exwm-workspace-switch. * README.org: Renamed from README.md; add an installation note.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 5d18fa6c85ab..000000000000 --- a/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Emacs X Window Manager -====================== - -EXWM (Emacs X Window Manager) is a full-featured tiling X window manager for -Emacs built on top of [XELB](https://github.com/ch11ng/xelb). -It features: -+ Fully keyboard-driven operation -+ Hybrid layout modes (tiling & stacking) -+ Workspace support -+ ICCCM/EWMH compliance -+ Basic RandR support (optional) - -Please check the [wiki](https://github.com/ch11ng/exwm/wiki) for more details. |