Commit graph

1956 commits

Author SHA1 Message Date
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
syl20bnr 22930c3d33 Change all SPC m g bindings to SPC m g g according to conventions 2015-01-20 22:32:13 -05:00
syl20bnr 10334431fa Update conventions (mh, mg) 2015-01-20 22:29:02 -05:00
syl20bnr 6c655d29d9 Add key bindings <SPC> b 0 and <SPC> b $ 2015-01-20 21:56:54 -05:00
syl20bnr 17a263d6d8 Bump version to 0.48.5 2015-01-20 21:49:23 -05:00
syl20bnr 77f6acc29c Fix void-variable error introduced by last commit 2015-01-20 21:34:28 -05:00
syl20bnr 1a02989414 Fix error message when opening NeoTree buffer
Error: `Number 0 assigned to two buffers ...`
2015-01-20 21:25:21 -05:00
syl20bnr 5617df5732 Set window-numbering-auto-assign-0-to-minibuffer to nil
Resolves #459
2015-01-20 21:16:33 -05:00
syl20bnr db09ca3d9c Remove leader on jk from smex layer README 2015-01-20 12:25:58 -05:00
syl20bnr fc2d093b47 Fix regression with term and evil-escape
Now `f` is correctly inserted in term buffers.
2015-01-20 12:06:52 -05:00
syl20bnr accf1e39af Fix check for new versions
Explicitly describe the tags from FETCH_HEAD
2015-01-20 11:53:32 -05:00
Victor Hugo Borja 0546e07613 Escape pipe for valid markdown. 2015-01-20 01:18:05 -05:00
syl20bnr c2f7d3687e Bump version to 0.48.3 2015-01-20 00:50:57 -05:00