From 512cfda1f0ba120f6fcfe62496936bba1ca42ebc Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 7 Dec 2014 01:30:40 +0000 Subject: Create sx-load file whose sole purpose is to load everything. --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.org') 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). -- cgit v1.2.3 From 845cd697b1326f8c270dd2c76a6c120d3196428b Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 21 Dec 2014 21:42:01 -0200 Subject: Add screenshot --- README.org | 8 +++++--- list-and-question.png | Bin 0 -> 450796 bytes 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 list-and-question.png (limited to 'README.org') diff --git a/README.org b/README.org index db47904..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 diff --git a/list-and-question.png b/list-and-question.png new file mode 100644 index 0000000..9e89fec Binary files /dev/null and b/list-and-question.png differ -- cgit v1.2.3