Skip to content

Commit 5d3cea1

Browse files
authored
Merge pull request #20 from ybiquitous/patch-1
Fix broken markdown table of platform conventions
2 parents 287da99 + 8641374 commit 5d3cea1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ the platform. The following is the list of prefixes and platform
5454
specific configuration files are loaded in the listed order after
5555
non-platform specific configuration files.
5656

57-
Platform | Subplatform | Prefix | Example
58-
---------|--------------------|----------------|-----------------------------
59-
Windows | | `windows-` | windows-fonts.el
60-
| Meadow | `meadow-` | meadow-commands.el
61-
Mac OS X | Carbon Emacs | `carbon-emacs-`| carbon-emacs-applescript.el
62-
| Cocoa Emacs | `cocoa-emacs-` | cocoa-emacs-plist.el
63-
GNU/Linux| | `linux-` | linux-commands.el
64-
All | Non-window system | `nw-` | nw-key.el
57+
| Platform | Subplatform | Prefix | Example |
58+
| --------- | ----------------- | --------------- | --------------------------- |
59+
| Windows | | `windows-` | windows-fonts.el |
60+
| | Meadow | `meadow-` | meadow-commands.el |
61+
| Mac OS X | Carbon Emacs | `carbon-emacs-` | carbon-emacs-applescript.el |
62+
| | Cocoa Emacs | `cocoa-emacs-` | cocoa-emacs-plist.el |
63+
| GNU/Linux | | `linux-` | linux-commands.el |
64+
| All | Non-window system | `nw-` | nw-key.el |
6565

6666
### Byte-compilation
6767

0 commit comments

Comments
 (0)