diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-08 12:40:04 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-08 12:40:04 +0000 |
commit | 98a004b8f5a0f160c62563dc034372535f99a58e (patch) | |
tree | 746595089a0c12d8f54010bbad82df6b567e7485 | |
parent | 512cfda1f0ba120f6fcfe62496936bba1ca42ebc (diff) |
Update 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 |