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
JAremko
625f1a098e
view-org-file emits error for non .org files
...
Now spacemacs/view-org-file emits user-error if used on non *.org file.
2016-04-12 23:08:10 -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
Jeremy Bi
347eda877a
Fix typo in COMMUNITY.org
2016-04-12 22:51:37 -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
syl20bnr
9f4928efe1
COMMUNITY.org: Formatting
2016-04-11 22:08:12 -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
Eivind Fonn
2034195771
Remove some mentions of extensions
2016-04-11 14:53:28 +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
syl20bnr
04ef674530
Bump version to 0.105.18 and update change log
2016-04-11 00:07:17 -04:00
syl20bnr
38bcddb84d
Major update of COMMUNITY.org
2016-04-10 22:07:17 -04:00
Eivind Fonn
787fc435f7
Revert "hotfix: use stable version of yasnippet"
...
This reverts commit 3717864408
.
2016-04-10 17:55:36 +02:00
syl20bnr
dc51510c05
COMMUNITY.org: add "under construction" header
2016-04-10 10:56:46 -04:00
syl20bnr
af291c0981
Add community guidelines/CoC
...
Fixes #3484
2016-04-10 00:15:32 -04:00
syl20bnr
5c7e0b6cc8
Bump version to 0.105.17 and update change log
2016-04-09 10:17:47 -04: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
Richard Kim
4ce4d6de77
allow emacs to be launched with -q option
...
If emacs is launched with -q option and spacemacs files are loaded via
--eval option, then spacemacs fails due to depending `after-init-time'
variable being set properly which is done only when emacs is launched
without -q. This patch is to remove this dependence so that spacemacs
launched with -q can still work. This is done by introducing
`spacemacs-initialized' variable which is set properly regardless of
which command line options are present or absent.
2016-04-08 18:04:11 -04:00