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 /sx.org | |
parent | 6a483f557126114f51ae3e9fe981cfa4a0dca227 (diff) | |
parent | 98a004b8f5a0f160c62563dc034372535f99a58e (diff) |
Merge pull request #140 from vermiculus/requires
Properly order our `require`s
Diffstat (limited to 'sx.org')
-rw-r--r-- | sx.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -55,6 +55,14 @@ Emacs conventions. Of course, the core convention of Emacs is arbitrary customizability -- [[#hooks][hack away]]! * Basic Usage + +** Activation + +If you install ~SX~ with ~package-install~, you should have every +needed command properly autoloaded. If you install it manually, +require the ~sx-load~ file to make sure everything is correctly +loaded. + ** Authenticating Use ~sx-auth-authenticate~. Calling this function will open up a webpage on StackExchange that will prompt you to authorize this @@ -183,6 +191,8 @@ structure. This list is very loosely ordered form low to high-level. - ~sx-interaction.el~ - Voting, commenting, and otherwise interacting with questions. - ~sx-tab.el~ - Functions for viewing different tabs. +- ~sx-load.el~ - Load all files of the sx package. Designed as an easy way in for users who install the package manually (since they don't have autoloads). + * COMMENT Local Variables # LocalWords: StackExchange SX inbox sx API url json inline Org # LocalWords: Markup keybinding keybindings customizability webpage |