Commit graph

1678 commits

Author SHA1 Message Date
syl20bnr be11d44009 Fixes #236 custom ex-command and M-x command key
New variable: dotspacemacs-command-key
2014-12-10 22:12:54 -05:00
syl20bnr 1f1f2d4e4d Fixes #237 Spacemacs finds orphan packages every time
Occurred on OS X because of a critical bug in spacemacs
which prevented emacs from effectively deleting the
files
2014-12-10 21:59:59 -05:00
syl20bnr f9c3dcb8fc Fix alphabetical sorting of packages and extensions
Packages and extensions were not initialized in the right order.
Fixes #243 SPC s c does not unhighlight
2014-12-10 21:31:16 -05:00
Daniel Wu 3fd12ac280 should be pyvenv instead of pyenv 2014-12-10 19:42:02 -05:00
Evan Dale Aromin 322130242e Make <escape> quit as much as it possibly can 2014-12-10 19:41:55 -05:00
syl20bnr 522c8581fe Missing :defer t for ruby-test-mode in ruby layer 2014-12-10 00:20:14 -05:00
syl20bnr b7fa47adba Add R logo to readme and fix ruby 2014-12-10 00:00:39 -05:00
syl20bnr 01359ac7f2 Add erlang and elixir logo to readme 2014-12-09 23:55:19 -05:00
syl20bnr 68fbb286de Fix defvar instead of setq in readme 2014-12-09 23:50:48 -05:00
syl20bnr d72f382720 Update conventions for send to REPL and test execution 2014-12-09 23:46:22 -05:00
syl20bnr 225fd98b50 Remove s in send to REPL commands for ESS
according to the new convention
2014-12-09 23:42:36 -05:00
syl20bnr c44e3dc58b Update key bindings for running tests according to the conventions
For ruby and python layers
2014-12-09 23:40:26 -05:00
syl20bnr c1655a02ee Update ruby layer readme 2014-12-09 23:39:09 -05:00
syl20bnr 4dc648448f Remove the s prefix for send to REPL bindings in Python 2014-12-09 23:37:16 -05:00
syl20bnr 209b52eedc Update Python readme 2014-12-09 23:36:33 -05:00
syl20bnr fb9f7cb084 Lazy loading of semantic for python layer 2014-12-09 23:27:28 -05:00
syl20bnr 95807a4e0f Move shell config to spacemacs/init-shell 2014-12-09 23:15:14 -05:00
Evan Dale Aromin 0b192193ff Execute correct clear and man behavior in (e)shell 2014-12-09 23:11:32 -05:00
Daniel Wu 22b7246e19 enable semantic mode in python contrib by default 2014-12-09 23:10:50 -05:00
Daniel Wu 666a5359f3 bind reposition window to z f 2014-12-09 23:10:34 -05:00
Riccardo Cambiassi a90ea0d553 add basic ruby contrib layer 2014-12-09 23:09:52 -05:00
syl20bnr d70b8cb892 Comment function spacemacs/declare-prefix-for-mode
Not working nicely with guide-key for now.
2014-12-08 22:53:47 -05:00
syl20bnr ced8b7fbbe Refactor python layer to be more modular 2014-12-08 22:19:55 -05:00
syl20bnr 0a7acb6d14 Add achievement for 100th PR 2014-12-08 21:30:12 -05:00
syl20bnr 697d3412c8 Add convention for code navigation and documentation 2014-12-08 21:00:35 -05:00
syl20bnr 825fa4ce3c Update Python key bindings according to conventions 2014-12-08 20:58:35 -05:00
syl20bnr 724f05c31b Update ESS key bindings according to conventions 2014-12-08 20:53:46 -05:00
syl20bnr 060420b1d6 Update conventions for tests and REPLs 2014-12-08 20:52:51 -05:00
syl20bnr 7a1628760f Clarification about unsupported jj, and jk sequences
to escape states and buffers in DOCUMENTATION
2014-12-08 19:22:57 -05:00
pseudonom a5db3a2201 Fix incorrect example for evil-escape-key-sequence
When I followed the example in the documentation, `describe-variable` reflected the updated value ("jj") but spacemacs ignored it and continued to use the default value ("fd").

`evil-escape.el` mentions:

```elisp
;; The key sequence can be customized with the variable
;; `evil-escape-key-sequence'
;; It must be set before requiring evil-escape.
```

So I tried moving the `setq` to `/init` instead of `/config`. That worked.
2014-12-08 19:14:09 -05:00
sbenner e295b6a3f5 Temporarily comment the command prefixes for JS layer 2014-12-08 13:00:30 -05:00
sbenner 78c1f51b94 Fixes #224 jedi does not need to be installed manually
in README
2014-12-08 11:54:40 -05:00
sbenner 2267b7d352 Fix title image in readme 2014-12-08 09:51:01 -05:00
syl20bnr fe8e8c09fd Standardize some key bindings for javascript layer 2014-12-08 00:39:19 -05:00
syl20bnr fef7372be2 Update javascript layer README 2014-12-08 00:33:25 -05:00
syl20bnr b479c83b91 Reformat javascript layer README 2014-12-08 00:20:21 -05:00
Andrew Oppenlander e303fce60b Add Javacript layer
- move JavaScript/js2-mode into a contrib layer
- add js2-refactor
- change keybindings to be more spacemacsy
- add a function to define a command prefix for a specific mode
2014-12-07 23:55:32 -05:00
syl20bnr 90b605b6e7 Enable flycheck for erlang-mode if EDTS is disabled 2014-12-07 23:40:07 -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 03b021fda3 Add a variable to enable or disable EDTS in erlang-elixir layer 2014-12-07 10:21:27 -05:00
Chris Barrett a9e123611e Fix guide-key breakage
1958678754 (0.26.0) introduced a customisable variable
`dotspacemacs-leader-key`. Hardcoded instances of the leader were
replaced by references to this variable. An error in this refactoring
has broken guide-key.

This change fixes a bug where the variable name was added to a quoted
list, inserting the symbol and not the variable's value.

After this change, guide-key should display again.
2014-12-08 00:25:44 +13:00
syl20bnr 482afcbc17 Add tab to toggle current occurrence in iedit state 2014-12-07 01:13:46 -05:00
syl20bnr cc8986c738 Fix o and O in iedit states 2014-12-07 01:10:13 -05:00
syl20bnr d7c6e095f7 Fix overlayp, nil in iedit state 2014-12-07 01:04:27 -05:00
syl20bnr 3a26e7f3be Fix C-U bindings in iedit state 2014-12-07 00:58:32 -05:00
syl20bnr be0de955a3 Fix A and I descriptions in iedit layer documentation 2014-12-07 00:30:20 -05:00
syl20bnr b154278b7d Disable leader in iedit-insert state 2014-12-07 00:29:46 -05:00
syl20bnr 06923e0517 Restore the warning level before packages initialization
The *Warning* buffer will now popup correctly if there is an
error during packages initialization
2014-12-06 23:51:47 -05:00