Commit graph

4104 commits

Author SHA1 Message Date
justbur a30695c459 Convert dotspacemacs-tests to org-mode output 2015-08-31 21:26:10 -04:00
justbur 51022543a8 Add tests for correctness of .spacemacs
Note this makes a critical (but backwards compatible) change
to .spacemacs.template
2015-08-31 21:26:03 -04:00
Eivind Fonn 5f756be832 Test modeline DSL 2015-08-31 21:16:40 -04:00
Eivind Fonn c6ba7d9300 Refactor test system
Should allow easier testing of layers, not just core
2015-08-31 21:16:34 -04:00
syl20bnr 9507684b27 Prefix command names need to be unique
This commit only fix some of the non unique occurences.
We need some way to detect duplicates and warn the user about them.
2015-08-31 16:21:46 -04:00
Xue Fuqiao 17a652f05e Minor doc fixes 2015-08-31 16:23:26 +02:00
syl20bnr af03fb55ff Move creation of org-directory to :config block
org-directory variable is not defined at :init time
2015-08-30 23:57:05 -04:00
ralesi 4d96e652ad Set up resize setting to enable auto-resize for helm. 2015-08-30 23:54:11 -04:00
ralesi 9b820b2220 Ensure org-directory exists on load. 2015-08-30 23:53:12 -04:00
ralesi 3845a56b12 Exclude helm windows from golden ratio 2015-08-30 23:52:13 -04:00
syl20bnr 3c1387f5ea move helm-locate on SPC f L 2015-08-30 23:51:16 -04:00
ralesi 1b137fbb3d Add binding for helm-locate and fix fuzzy for windows users. 2015-08-30 23:49:34 -04:00
ralesi 21aaa7629f Reduce autosave interval for evil-jumper. 2015-08-30 23:48:13 -04:00
ralesi 3c3da9a02d Recompile already compiled files on save. 2015-08-30 23:42:46 -04:00
ralesi 6e854f5b59 Show symlink paths in vinegar. 2015-08-30 23:41:39 -04:00
syl20bnr b52a440ced ranger: remove useless excluded package vinegar 2015-08-30 23:40:46 -04:00
ralesi fb9e50b824 Improve ranger contrib. 2015-08-30 23:37:22 -04:00
Jinwei Zhao b9ba612dc2 Reverted extra-search-engines-alist 2015-08-30 23:35:55 -04:00
Andrew Oppenlander 7274d9d5c2 Added text line sort and uniquify commands 2015-08-30 23:34:49 -04:00
syl20bnr f418dfc2d8 Fix SPC f e s and SPC f e c
Also add spacemacs prefix
2015-08-30 23:26:07 -04:00
Christopher McCloud f3a8e009b5 use evil-leader to set helm-ff-variants 2015-08-30 23:21:43 -04:00
syl20bnr c8a2d2d4f3 Move SPC e ? to SPC e h 2015-08-30 23:20:47 -04:00
Bar Magal 96c61cb528 New commands for flycheck
- SPC e l : toggle display of flycheck's error window
- SPC e v : flycheck-verify-setup
- SPC e ? : flycheck-describe-checker
2015-08-30 23:16:30 -04:00
person808 be7fed8dd9 Show description for toggles in helm-spacemacs. 2015-08-30 23:14:03 -04:00
syl20bnr a8a5ef1229 Import change notes for 0.103.6 2015-08-30 23:12:56 -04:00
Jasmin Patry 16d2497549 Don't automatically select *compilation* buffer
This matches the default behavior of emacs, wherein the *compilation*
buffer is not automatically selected when created by the compile
command. See:

http://www.gnu.org/software/emacs/manual/html_node/emacs/Compilation.html

in particular:

    "Starting a compilation displays the *compilation* buffer in another
    window but does not select it."
2015-08-30 23:01:46 -04:00
Eivind Fonn 630ecb5f2d Support classic ASP in auto-mode-alist 2015-08-30 13:20:26 +02:00
person808 7bf2314172 Use the minibuffer for the window micro-state.
Fixes #763 and #1479
2015-08-30 09:12:32 +02:00
Eivind Fonn 4ed200612d Additional improvements to HTML microstate
- Add gj/gk bindings
- Update README
2015-08-29 09:11:09 +02:00
Diego Berrocal ae64833cad This fixes #965 2015-08-29 09:05:26 +02:00
Robert O'Connor a5e20739ef Add toxi-theme back -- this reverts #2809 2015-08-29 08:52:32 +02:00
Morton Fox ce80220f30 Fix link to git layer. 2015-08-29 08:51:30 +02:00
justbur b29f1a5af9 Swap = for backquotes in readme 2015-08-28 11:49:54 +02:00
Bar Magal 4c66399d28 Temporarily comment-out toxi-theme
toxi-theme is currently (hopefully temporarily) unavailable from melpa,
causing an error when updating spacemacs.
2015-08-28 11:30:24 +02:00
Christopher McCloud 79c45e01fb Use melpa version of magit-gh-pulls.
Add magit-gh-pulls during the pre-config phase of magit to avoid
conflicts with evilification. See #2543

Remove magit-gh-pulls extension file and folder.
2015-08-26 23:11:23 -04:00
Xue Fuqiao 8c4264d9b3 Minor doc fixes. 2015-08-26 23:08:43 -04:00
syl20bnr 12af5a73fc react layer: move tern config into its own post-init 2015-08-26 23:04:53 -04:00
Andrea Moretti a102d1ddb0 activate tern-mode to make it work with company 2015-08-26 23:03:51 -04:00
Adam Olsen b9e517c1ec fill-column should be 79 instead of 80
PEP8 wants the fill-column to be 79 instead of 80.  This will make other
packages, like flake8 and electric-indent happy.
2015-08-26 23:03:29 -04:00
Eivind Fonn e7edf8cef4 Update modeline documentation
[ci skip]
2015-08-26 23:02:48 -04:00
justbur 8bf4f60e5a Mention .spacemacs.d in documentation 2015-08-26 23:00:05 -04:00
justbur d1bb779340 Update docs for which-key 2015-08-26 22:58:24 -04:00
Devagamster 93d227b73f Update docs for H and L
H and L no longer move the cursor 10 lines up or down. Not sure how or when they did before, but they don't anymore, so the docs should reflect that.
2015-08-26 22:52:55 -04:00
syl20bnr 40fba3ac4d spacemacs layer: move avy commands to golden-ratio init
Also add some more avy commands
2015-08-26 22:52:07 -04:00
Adam Olsen bd6272693d Make golden-ratio work after avy-word-jump
* When moving around windows via ace, the golden ratio plugin works fine.
  This PR makes it so jumping windows with `SPC SPC [character]` works as
  well.
2015-08-26 22:36:31 -04:00
syl20bnr f162daa08f rust layer: simplify racer config 2015-08-26 22:36:09 -04:00
Damien Pollet 2e633d1569 Load and initialize racer package 2015-08-26 22:32:17 -04:00
Eivind Fonn b981bf5739 Don't produce on/off toggles if status is nil
They don't make sense in this context, and will produce unexpected
results.
2015-08-26 22:27:09 -04:00
Profpatsch dba7524bd2 Scala: rm ensime-scalex key binding 2015-08-26 22:24:28 -04:00
person808 aed7c579b2 Remove eval from auto-highlight-symbol functions. 2015-08-26 22:22:24 -04:00