Commit graph

2118 commits

Author SHA1 Message Date
syl20bnr 3defa087c7 Bum version to 0.49.1 2015-01-26 01:17:18 -05:00
syl20bnr 742cecabb3 Add alchemist.el logo 2015-01-26 01:16:46 -05:00
syl20bnr 1c9957fb8a Missing documentation for colors-enable-rainbow-identifiers 2015-01-26 01:05:24 -05:00
syl20bnr e0e2d71940 Minor format fix in README FAQ 2015-01-26 00:13:27 -05:00
syl20bnr 0e4630463b Bump version to 0.49.0 2015-01-25 23:48:24 -05:00
CongNT3 af3471c37b add go-autocomplete and company-go packages 2015-01-25 23:47:37 -05:00
Ambrosia 7b64dffb5c Add alchemist package to erlang-elixir contribution layer 2015-01-25 23:44:36 -05:00
Lionel Young 693d74c143 Update DOCUMENTATION.md to fix key binding for helm buffer theme selection 2015-01-25 23:44:19 -05:00
syl20bnr 33c33e72ee Set layer variables before loading the layers config.el 2015-01-25 23:40:44 -05:00
syl20bnr 0dcd340637 Add variable colors-enable-rainbow-delimiters to colors layer
By default the value is `nil`
2015-01-25 23:40:07 -05:00
syl20bnr 97c8c1c490 Remove absolute links pointing to master branch in README.md 2015-01-25 23:29:27 -05:00
syl20bnr 06530f65fe Remove absolute links pointing to master branch in DOCUMENTATION.md 2015-01-25 23:26:09 -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
syl20bnr d9523f5cea Move buffer related function to core/spacemacs-buffer 2015-01-25 22:36:07 -05:00
Frederick F. Kautz IV 1d4ab99367 Fix README.md link to git documentation 2015-01-25 00:04:53 -05:00
John Hammond 67999a1591 Removed setting TeX-master variable
In the auctex contrib package, TeX-master was set to nil, which overrode the user's setting from their .spacemacs file as soon as auctex mode was loaded.
2015-01-25 00:04:46 -05:00
syl20bnr 2f1d7c40a4 Unit tests for configuration-layer//declare-layer
First step for the implementation of a buffed variable
`dotspacemacs-configuration-layers`
2015-01-25 00:01:43 -05:00
syl20bnr 8cc112a266 Move declaration of paths from spacemacs-mode.el to load-paths.el 2015-01-24 23:58:24 -05:00
syl20bnr 19e70d838d Disable hack for powerline height issue
The idea is to be able to reproduce it more easily in
order to find a different way to fix the issue.
2015-01-24 19:29:29 -05:00
syl20bnr 3aaafc159b Add key binding to toggle highlight of the current line
on `<SPC> t h`
2015-01-24 00:32:47 -05:00
syl20bnr 08fd007d79 Move rainbow packages to colors layer 2015-01-24 00:24:49 -05:00
syl20bnr bb9e6ea722 Add 600th star achievement 2015-01-23 22:15:06 -05:00
Diego Berrocal 60da87b4df Add cython-mode to Python contrib layer 2015-01-23 22:11:02 -05:00
syl20bnr 053b9b0e3e dotspacemacs-default-theme --> dotspacemacs-themes
It is not possible to declare several themes in .spacemacs
with the variable `dotspacemacs-themes`
Cycle through these themes with `<SPC> T n`

Resolves #472
2015-01-23 22:06:47 -05:00
lazywithclass 7f452c8294 Test spacemacs/git-has-remote and spacemacs/git-fetch-tags
Show basic usage of the mocking library and testing capabilities.
2015-01-23 21:18:45 -05:00
sbenner c4247b9fe3 Fix error when invoking ido
Occurs if `dotspacemacs-toggle-feature-leader-on-jk` is suppressed
from .spacemacs
2015-01-23 11:16:05 -05:00
syl20bnr 57c98ea60d Add yank to evilify macro 2015-01-23 02:00:37 -05:00
syl20bnr 13fd77df6a Evilify doc-view-mode
Resolves #401
2015-01-23 01:57:17 -05:00
PythonNut 3127fff909 Fix the behavior of <tab> in term-mode buffers due to yasnippet
Resolves #399
2015-01-22 23:56:06 -05:00
syl20bnr c0a69d05cb Travis: Add symbolic link from local spacemacs repository to ~/.emacs.d 2015-01-22 23:16:35 -05:00
syl20bnr 9ec1c65ec5 Update current directory to run the tests in Travis 2015-01-22 23:09:56 -05:00
syl20bnr 728472247e Make run_build.sh executable 2015-01-22 23:05:36 -05:00
syl20bnr a6850fc41d For consistency, use plural form for core directories 2015-01-22 23:03:20 -05:00
syl20bnr 21987958ec Add travis directory with run_build.sh script 2015-01-22 23:02:41 -05:00
syl20bnr edde4864f1 Use make to launch the tests on Travis 2015-01-22 22:49:34 -05:00
Chris Barrett fbf200cfea Require noflet in scala contrib
`noflet` may not be loaded when scala-mode2 is being configured, meaning an advised function was failing when evaluated.

Resolves #383
2015-01-22 22:41:29 -05:00
Dillon George f9905106c4 Fixed minor grammatical error
Removed an unnecessary 'to' in the Package synchronisation paragraph.
2015-01-22 22:41:16 -05:00
Dmitry Mazuro 14cc2b9c79 Use default shell instead of zsh for Multi Term 2015-01-22 22:41:00 -05:00
syl20bnr 6f23de609b Remove spacemacs-mode.el functional test file 2015-01-22 22:39:53 -05:00
syl20bnr 07511c7307 Missing unit test file 2015-01-22 22:39:26 -05:00
syl20bnr 1280f823c8 Setup a test framework
Load paths are now registered in `core/load-paths.el`
Libraries are in `core/lib`
Move `ht.el` to `lib`
Add `mocker.el` to `lib`
Tests are in test,
- unit tests files suffix is `utest.el`
- functional tests files suffix is `ftest.el`
2015-01-22 22:26:56 -05:00
syl20bnr 8baee10855 Add evil-anzu package
Resolves #460
2015-01-21 23:59:29 -05:00
Jonathan Lai 7823c0f5ce Grammatical edits
@syl20bnr, I saw your links to [spacemacs](https://github.com/syl20bnr/spacemacs) from [reddit.com/r/emacs/comments/2t2x56/behold_the_mighty_hydra_or_emacs/](https://www.reddit.com/r/emacs/comments/2t2x56/behold_the_mighty_hydra_or_emacs/) and was reading up on the micro-states section.  I noticed a few areas where the grammar of the sentence could be rewritten and improved.

Great work btw, I'm really enjoying following your emacs project on github!
2015-01-21 22:06:27 -05:00
Jezeniel Zapanta 3eadd2f94d Minor typo fix 2015-01-21 22:06:07 -05:00
syl20bnr 1b6281f600 Bump version to 0.48.7 2015-01-21 21:36:22 -05:00
syl20bnr ba2447dde0 Correctly handle evil function properties in evil-escape
Fix a bug where `f` motion could act like a `t` motion.
2015-01-21 21:34:54 -05:00
syl20bnr 827ab01066 Bump to version 0.48.6 2015-01-21 20:17:57 -05:00
syl20bnr fa41b2ad26 Fix regression with iedit states and evil-escape 2015-01-21 20:17:22 -05:00
syl20bnr b2d9aeafd3 Tweak lisp state key bindings 2015-01-20 23:27:46 -05:00
syl20bnr 879bd52df9 Update lisp state key bindings
Some commands do not auto switch to lisp state anymore
(i.e. eval commands, test and goto commands, etc...)
2015-01-20 23:05:56 -05:00