aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-12-08 09:14:35 -0500
committerSean Allred <code@seanallred.com>2014-12-08 09:14:35 -0500
commit63fd688497b55377d513fbcfecaaf1a93f9e9012 (patch)
tree746595089a0c12d8f54010bbad82df6b567e7485 /README.org
parent6a483f557126114f51ae3e9fe981cfa4a0dca227 (diff)
parent98a004b8f5a0f160c62563dc034372535f99a58e (diff)
Merge pull request #140 from vermiculus/requires
Properly order our `require`s
Diffstat (limited to 'README.org')
-rw-r--r--README.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.org b/README.org
index 460ba34..db47904 100644
--- a/README.org
+++ b/README.org
@@ -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).