aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-02 18:13:26 -0500
committerSean Allred <code@seanallred.com>2015-01-02 18:13:26 -0500
commit2797cd52800b628c91de9c191f24f5513fe244ca (patch)
tree16125090a71812cab759eaa0bba9bde55c4b566a /README.org
parentf97c84c2d4a0a8ef6e53333a0a5c528397ccaded (diff)
parentdd9c2017cb3f0b145b39150562a0c4e59c244df1 (diff)
Merge branch 'get-all' into tag-bot
Diffstat (limited to 'README.org')
-rw-r--r--README.org11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.org b/README.org
index 460ba34..b9888a7 100644
--- a/README.org
+++ b/README.org
@@ -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).