Joe Hillenbrand
af6f3d0d87
Bind SPC p T
to projectile-test-project
...
The purpose of `projectile-find-test-file` is not obvious
and it is not applicable to all languages.
Actually running the tests seems like a more useful and intuitive binding.
2016-04-17 00:37:47 -04:00
syl20bnr
47776e8999
python: move semantic config and fix error with semantic-idle-summary-mode
...
Move all semantic related config to semantic post-init and correctly
fix the error with void function semantic-idle-summary-mode when
opening a python without the semantic layer enabled.
2016-04-17 00:37:47 -04:00
Neal D. Becker
4ca8b55819
set semantic-idle-summary-mode on hook
2016-04-17 00:37:47 -04:00
Fabien Dubosson
0aafaecc4d
Revert "Guard idris company setup on the auto-completion layer"
...
This reverts commit f2f23e6aa1
following
the comment of syl20bnr in
f2f23e6aa1
2016-04-13 11:25:51 +02:00
sooheon
09098c09cf
Set popwin config for Help buffer :noselect t
...
Fixes issue #5546 . Does not change behavior when calling help directly,
as with describe-function or describe-variable.
2016-04-13 00:09:18 -04:00
syl20bnr
07852abad5
Format documenation files with doc-fmt tool
2016-04-12 23:31:38 -04:00
JAremko
29d484d4db
Refactor space-doc.el
2016-04-12 23:16:59 -04:00
JAremko
f12bb5f090
Tie `space-doc-mode' and Spacemacs link opener
...
Make Spacemacs link opener buffer local and enabled it only
when the `space-doc' mode is enabled.
2016-04-12 23:10:50 -04:00
JAremko
52479f9df9
Change space-doc lighter
...
Change space-doc lighter from ❤ to SD (solves #5642 )
2016-04-12 23:08:49 -04:00
Eivind Fonn
052896e782
Fix ace-delete-window bindings
2016-04-12 23:02:03 -04:00
Christoph Paulik
a175de5b7a
Use py-yapf from MELPA.
2016-04-12 22:58:41 -04:00
Eivind Fonn
dd6e1aea99
setq -> set
2016-04-12 22:57:14 -04:00
NJBS
16ec5b9289
Diminish helm-gtags mode
2016-04-12 22:52:18 -04:00
Allen Li
b9cd585d1a
Set evil-want-Y-yank-to-eol properly
...
Use correct customize function, custom-set-variables is meant to be used
for the saved customize settings file.
2016-04-12 22:52:09 -04:00
Dominique Bégin
e243454de3
Add keybinding for rotating windows backwards
2016-04-12 22:49:56 -04:00
Eivind Fonn
bcea630826
Make matlab quasi-derived from prog-mode
...
Also make this a named function.
2016-04-12 22:48:34 -04:00
Muneeb Shaikh
d19c6eb566
spacemacs-evil: add evil-visual-mark-mode
...
This adds toggle for evil-visual-mark-mode on SPC t `
Fix #5619
2016-04-12 22:47:26 -04:00
syl20bnr
ad4e0d7817
perforce: fix duplicated :init and delete empty file config.el
2016-04-12 22:46:33 -04:00
Richard Kim
c2ebcc7d17
fix start up error if perforc layer is enabled
...
The fix is to move spacemacs/declare-prefix call out of config.el into
packages.el file of the layer. I don't know why this change fixes the
issue. I just made changes to perforce layer code to match what is done
in all other layers where the function is called within package.el
rather than in config.el.
2016-04-12 22:45:36 -04:00
syl20bnr
6c2665e0f7
python: move disable semantic hook to anaconda init function
2016-04-12 22:38:48 -04:00
syl20bnr
5d84473fca
layouts: update arity for persp-before-switch-functions
...
The hooked functions must take 2 parameters, I just ignored the
second one as well. Not sure of the implication but it seems to work.
2016-04-12 22:09:19 -04:00
syl20bnr
859f28473b
layouts: use MELPA version of persp-mode
2016-04-12 22:05:24 -04:00
Muneeb Shaikh
23168dbc84
Add "o" keybinding for opening links with ace-jump
2016-04-11 21:02:45 +02:00
Sebastian Wiesner
bd4fe19d4d
markdown: Add binding for live preview mode
2016-04-11 21:00:24 +02:00
Daniel Luna
e0fd4f5cd3
<SPC> f y working in dired buffers
2016-04-11 20:57:54 +02:00
Steven Allen
dab234dbd9
Use toml-mode for all cargo configs
...
Specifically, `Cargo.lock` and `.cargo/config`.
2016-04-11 20:49:42 +02:00
Fabien Dubosson
39eebef067
[rust] Sort keybindings alphabetically
2016-04-11 20:45:47 +02:00
Dmitri Melnikov
8c6d154ffb
Add key binding for cargo fmt
2016-04-11 20:43:03 +02:00
Junhui
95be4bce44
Fix 'makefile' for pylookup
2016-04-11 20:40:42 +02:00
Fabien Dubosson
ddc831e061
[python] Correct whitespaces in packages.el
2016-04-11 20:38:01 +02:00
Christoph Paulik
d38ce800bd
Disable semantic-idle-summary in Python mode.
...
Anaconda provides more useful information but can not do it properly
when this mode is enabled since the minibuffer is cleared all the time.
Fix #5564
2016-04-11 20:35:40 +02:00
Nate Wolfe
634f1a4fbe
Revert "(5719) Fix multi-term shell popup"
...
This reverts commit 8526ee7145
.
2016-04-11 20:32:45 +02:00
Fabien Dubosson
5f93dc364f
[clojure] Fix loading of eldoc-mode
2016-04-11 20:30:47 +02:00
sooheon
4c543ee25c
Remove depreciated cider-turn-on-eldoc-mode
...
Use more general 'eldoc-mode instead. Also enable eldoc-mode in the
repl as well.
2016-04-11 20:17:52 +02:00
Amar Sood (tekacs)
14b650e81e
cider-turn-on-eldoc-mode is deprecated.
...
Use (eldoc-mode) instead.
2016-04-11 20:16:15 +02:00
Fabien Dubosson
f2f23e6aa1
Guard idris company setup on the auto-completion layer
2016-04-11 10:58:21 +02:00
Fabien Dubosson
247d7cc5bd
Add back idris REPL bindings on ,si
and ,'
2016-04-11 10:58:14 +02:00
Jeremy Bi
ec9c18b832
Improve idris support
...
Squashing the 3 commits of #5688 :
Commit 1
--------
Add prefix doc in idris layer
Also remove `idris-ensure-process-and-repl-buffer` as this is not an
interactive command
Add `SPC m l` keybinding for extracting lemma
Bind `SPC m c` to `idris-case-dwim`
Commit 2
--------
Fix registering idris repl
Commit 3
--------
Add basic auto-completion for idris mode
2016-04-11 10:50:34 +02:00
Eivind Fonn
787fc435f7
Revert "hotfix: use stable version of yasnippet"
...
This reverts commit 3717864408
.
2016-04-10 17:55:36 +02:00
syl20bnr
3717864408
hotfix: use stable version of yasnippet
2016-04-09 10:14:47 -04:00
bmag
526a0334d7
Synchronize Neotree window when changing context
...
Fix Neotree losing track of its window when changing workspaces or
layouts.
2016-04-08 23:12:26 -04:00
Fabien Dubosson
ac5cfcf2a1
Improve SPC s c
to support evil-search-module
...
Fix #1326
Fix #5101
2016-04-08 23:11:12 -04:00
Fabien Dubosson
44470aa64f
Fix shells asking for "Run program"
...
After 63dc8f7ea0
`SPC '` started to ask
for "Run program" instead of opening the shell with the defined shell.
This commit remove the `call-interactively` that are causing this
problem. `SPC u SPC '` is still working as far as I tested.
2016-04-08 23:04:42 -04:00
syl20bnr
5752c87ac0
imenu-list: exclude IList buffer from golden-ratio
2016-04-08 18:20:50 -04:00
syl20bnr
3f0a261206
imenu-list: update README.org
2016-04-08 18:14:39 -04:00
bmag
6f2e2df275
Add imenu-list layer
...
imenu-list provides a side bar that shows all imenu entries of the
current buffer
2016-04-08 18:09:52 -04:00
tyuuni
b364697125
spacemacs-helm: Fix typo (,r . ,r)
...
Fix a little bug.
2016-04-08 18:04:51 -04:00
Eivind Fonn
e6948533df
Fix erc/README.org
2016-04-08 18:06:43 +02:00
Eivind Fonn
9e1909f5e0
Move erc/funcs.el to new folder, add header
2016-04-08 18:05:24 +02:00
Jack Henahan
5bde687d07
Add default server list to ERC layer
2016-04-08 17:48:54 +02:00