diff options
author | Sean Allred <code@seanallred.com> | 2014-12-08 09:14:35 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-08 09:14:35 -0500 |
commit | 63fd688497b55377d513fbcfecaaf1a93f9e9012 (patch) | |
tree | 746595089a0c12d8f54010bbad82df6b567e7485 /README.org | |
parent | 6a483f557126114f51ae3e9fe981cfa4a0dca227 (diff) | |
parent | 98a004b8f5a0f160c62563dc034372535f99a58e (diff) |
Merge pull request #140 from vermiculus/requires
Properly order our `require`s
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -36,8 +36,7 @@ As always, =C-h m= is the definitive resource for the functions of this mode. To install the development version, follow the usual steps: - Clone this repository - Add this directory to your ~load-path~ -- Issue ~(require 'sx)~ -- Issue ~(require 'sx-tab)~ +- Issue ~(require 'sx-load)~ This should give you access to the ~sx-tab-~ functions (the main entry points at this time). |