Commit graph

289 commits

Author SHA1 Message Date
syl20bnr
7a6d95d404 Add documentation for new dotspacemacs-default-variable 2015-01-26 23:22:20 -05:00
syl20bnr
e0e2d71940 Minor format fix in README FAQ 2015-01-26 00:13:27 -05:00
syl20bnr
97c8c1c490 Remove absolute links pointing to master branch in README.md 2015-01-25 23:29:27 -05:00
syl20bnr
5ea31977f5 Extend dotspacemacs-configuration-variables with properties
First property implemented is `:variables`
Allow to set the layer variables directly where it is declared
2015-01-25 23:22:41 -05:00
Frederick F. Kautz IV
1d4ab99367 Fix README.md link to git documentation 2015-01-25 00:04:53 -05:00
syl20bnr
8582003292 Move badges 2015-01-14 21:50:12 -05:00
lazywithclass
c5224a3319 Add Travis CI support for core tests #144
Added the badge to the README.md and created a travis config file.
2015-01-14 21:39:35 -05:00
Andrés Martano
5f8f3fa18a Fix a typo in README 2015-01-13 23:27:45 -05:00
syl20bnr
a1fa06a230 New evil-lisp-state 2015-01-11 23:00:13 -05:00
syl20bnr
03943dd059 Mode-line indicator for new release 2015-01-08 00:34:23 -05:00
syl20bnr
b34f63d94f Remove the emacs-live mention
Some users believed that Spacemacs uses the live packages
for its configuration.
2015-01-06 18:50:56 -05:00
syl20bnr
b1a5354d1c Add a TOC to README 2015-01-06 18:50:20 -05:00
syl20bnr
6d79e83aaa Fix README headers level in Features section 2015-01-06 18:49:37 -05:00
syl20bnr
64c7ac6e69 Fixes #381 server directory unsafe on windows
Add this issue to the FAQ
Break the questions into categories: common, windows, os x
2015-01-06 18:48:13 -05:00
syl20bnr
db326d8204 Add evil-tutor extension 2015-01-02 00:50:03 -05:00
syl20bnr
2860a8e763 Add FAQ about Spacemacs version 2015-01-01 02:07:57 -05:00
syl20bnr
2554d16c16 Rename config-system.el to configuration-layer.el 2014-12-25 14:45:27 -05:00
syl20bnr
caa1cf417a Add note on emacs-mac-port server behavior in README 2014-12-24 21:36:07 -05:00
syl20bnr
a4dcf2d7a3 Use relative links in README whenever it is possible 2014-12-24 00:56:25 -05:00
syl20bnr
d19ab5fecf Add powerline separators anti-aliasing FAQ 2014-12-24 00:51:39 -05:00
syl20bnr
2bc87b3821 Add link to osx layer in README 2014-12-23 23:02:15 -05:00
Hunter Haugen
de0daacca7 Update docs with more information on powerline colors
The powerline color issue is due to the fact that Emacs 24.4 now
defaults to using sRGB colorspace on OS X 10.7 and higher, not some
"brokeness" with brew's `emacs` build as the previous verbiage seemed to
imply; the powerline codebase is still assuming `(setq
ns-use-srgb-colorspace nil)` is the default.

This PR adds more information about this so that users may
decide whether they want to just set it back to nil, switch to
emacs-mac (which has it set to nil anyway), or disable powershell
separators. (Turning off srgb colorspace results in washed-out theme
colors).

--------

Side rant:
I don't agree that the recommended fix for this would be to use
`emacs-mac-port` as that basically just gives better trackpad support.
IMHO trackpad support does not outweigh the frustrations over default
meta/super key bindings, no `server-start` support, or the use of the
antiquated carbon api, but I left the recommendation as-is in this PR.
2014-12-23 22:58:37 -05:00
syl20bnr
e83b2918e2 Add Packages and Layer discovery section to README 2014-12-21 02:58:25 -05:00
Nate Wolfe
6cfdb89514 Add Clojure and C-C++ to the "Batteries Included" list and turn them
all into hyperlinks
2014-12-19 21:13:26 -05:00
syl20bnr
c48ccde2ca Fixes #262 Add documentation about font 2014-12-14 00:44:11 -05:00
syl20bnr
4add1b7a62 Remove absolute links in READMEs 2014-12-11 19:55:44 -05:00
sbenner
2267b7d352 Fix title image in readme 2014-12-08 09:51:01 -05:00
syl20bnr
9e0c27b91c Remove the mention that 24.3 compatibility is broken
in README.
2014-12-07 21:30:00 -05:00
syl20bnr
6fbff5b41d Fixes #222 Modeline colors don't quite match up 2014-12-07 19:53:59 -05:00
syl20bnr
c0eaf61a52 Move documentation material and markdowns to doc 2014-12-07 19:41:09 -05:00
syl20bnr
b344553aaf New variable dotspacemacs-leader-key to change the leader key
Also fix the broken custom leader key in visual and motion
states.
2014-12-06 17:55:20 -05:00
syl20bnr
88cd8fab9d Add FAQ questions to readme and <SPC> f e d to open the dotfile 2014-12-06 01:43:48 -05:00
syl20bnr
de2183054f Fix missing ~ in README and missing Paradox link in DOC 2014-12-05 20:35:39 -05:00
Chris Barrett
3ba098db94 Features, Installation and updates, Configuration and typos
Streamline descriptions and remove some lists of specific features. Also
reorder headings to focus on features with lists and pretty pictures to
make things more attractive.

I felt that drawing attention to specific Emacs packages in the readme
would be meaningless to people coming from Vim. They're covered in the
main documentation file anyway.

Properly define what a configuration layer is, and describe the main
roles of the ~/.spacemacs file.

Provide a brief overview on how to load config layers, since this is the
something users will probably want to do immediately.

Fix typos: Identified in review of c36a36fecf7
2014-12-05 20:19:33 -05:00
Chris Barrett
62d74bb818 Introduction
Rework the introduction to be clearer about Spacemacs' goals and its
differentiating features.
2014-12-05 01:10:05 -05:00
syl20bnr
81d0694497 Move paradox to spacemacs layer 2014-12-02 23:41:06 -05:00
syl20bnr
3ef6aa2935 Add FAQ to readme 2014-11-30 21:17:12 -05:00
syl20bnr
ab51c182e5 Add universal argument section to readme 2014-11-27 23:20:57 -05:00
syl20bnr
18cd41e727 Add documentation about private layers management 2014-11-25 22:28:13 -05:00
syl20bnr
5a05f3c0da Fixes #152 missing update section in readme 2014-11-24 23:04:43 -05:00
syl20bnr
247ceb765c Typo in readme 2014-11-23 22:58:24 -05:00
syl20bnr
c10a112b8e Readme modifications (key bindings and contribution) 2014-11-23 22:55:35 -05:00
syl20bnr
677e33657a Add quick install to readme 2014-11-23 22:42:31 -05:00
Tristan Hume
09c0910a33 Better Readme and Docs 2014-11-22 16:53:38 -05:00
syl20bnr
bdd2047d8f Minor README change 2014-11-22 01:31:33 -05:00
syl20bnr
a6ee4eaa6a Improve configuration layer documentation 2014-11-22 01:17:38 -05:00
syl20bnr
829b2569cb readme tweaks 2014-11-22 00:53:13 -05:00
syl20bnr
8f6410b4cb Split readme into README.md and DOCUMENTATION.md 2014-11-22 00:45:19 -05:00
Nate Wolfe
91cee121d6 Add a link to the use-package macro in README#initialization 2014-11-21 17:09:25 -08:00
syl20bnr
987871a749 Add function to go to the last occurrence of the last symbol searched
with ahs

Bound on `<SPC> s b`
2014-11-20 01:16:18 -05:00