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
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
Magnus Therning
5c575a7eb8
git: Add binding to magit-reset-popup
...
Signed-off-by: Magnus Therning <magnus@therning.org>
2016-04-08 17:43:35 +02:00
Eivind Fonn
9b60b133ad
Add documentation to transparency TS
2016-04-08 17:43:18 +02:00
sooheon
b77b541e3a
Allow = to be used to increase transparency
...
-,= is easy to go back and forth, without needing to press shift for +.
2016-04-08 17:39:33 +02:00
Muneeb Shaikh
cbb376de9e
ansible: update auto-mode-alist for host/group vars
2016-04-08 17:37:01 +02:00
Fabien Dubosson
0f7a6c7f87
[bepo] Remove SPC j …
corrections
...
These corrections were useful only before `SPC j` has been reassigned
for jumping functions.
2016-04-08 13:42:38 +02:00
Eivind Fonn
ec9f6cfd53
Discover layers before testing dotfile
2016-04-07 23:20:05 -04:00
sdlovecraft
ec0d233499
Added documentation for managing files
2016-04-07 23:19:39 -04:00
syl20bnr
fdf74897a3
javascript: remove variable javascript-disable-tern-missing-warning
...
Just log the warning in the message buffer.
2016-04-07 23:13:25 -04:00
Joe Hillenbrand
d3922095e2
python: register python language for org-babel
2016-04-07 23:02:55 -04:00
zilongshanren
61115f3e6b
remove duplicated configs of eldoc
2016-04-07 23:01:33 -04:00
NJBS
fa27581af8
Diminish racer since it clutters the mode-line
2016-04-07 23:00:31 -04:00
Muneeb Shaikh
dc799401f7
javascript: enhance tern binary detection
...
Fix #4292
If tern binary isn't found, warn the user of missing binary and do not
enable tern package(else it makes emacs unresponsive).
Allow user to disable missing binary warning via configuration layer
variable `javascript-disable-tern-missing-warning`
2016-04-07 23:00:20 -04:00
Mingshen Sun
002e8598b9
jabber: evilify the key bindings
2016-04-07 22:59:31 -04:00