diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 18:13:26 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 18:13:26 -0500 |
commit | 2797cd52800b628c91de9c191f24f5513fe244ca (patch) | |
tree | 16125090a71812cab759eaa0bba9bde55c4b566a /README.org | |
parent | f97c84c2d4a0a8ef6e53333a0a5c528397ccaded (diff) | |
parent | dd9c2017cb3f0b145b39150562a0c4e59c244df1 (diff) |
Merge branch 'get-all' into tag-bot
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -4,9 +4,11 @@ [[https://gitter.im/vermiculus/sx.el?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge][https://badges.gitter.im/Join Chat.svg]] [[https://www.waffle.io/vermiculus/sx.el][https://badge.waffle.io/vermiculus/sx.el.svg]] -SX will be a full featured Stack Exchange mode for GNU Emacs 24+. Using the -official API, we aim to create a more versatile experience for the Stack -Exchange network within Emacs itself. +SX is a full featured Stack Exchange mode for GNU Emacs 24+. Using the official +API, it provides a versatile experience for the Stack Exchange network within +Emacs itself. + +[[file:list-and-question.png]] * Features ** Viewing Questions @@ -36,8 +38,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). |