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
Xiao Hanyu
a797194d63
Fix typo in FAQ.org
2016-04-07 22:58:53 -04:00
Dennis Hamester
b18ccaaa29
Fix next-error behavior when flycheck is active
...
spacemacs/{next,previous}-error will now call {next,previous}-error when
a compilation buffer is visible.
2016-04-07 22:58:36 -04:00
Xiao Hanyu
aa1129eee0
Fix url links in VIMUSERS.org
2016-04-07 22:58:18 -04:00
syl20bnr
d99423f218
init.el: minor typo
2016-04-07 22:52:20 -04:00
syl20bnr
ecffbb49e0
github: make git-link-commit works with git-timemachine
2016-04-07 22:51:47 -04:00
syl20bnr
4bc796c9e6
github: move some functions to funcs.el
2016-04-07 22:44:58 -04:00
syl20bnr
43bc88119b
github: replace the advice around git-link--branch by letf
2016-04-07 22:43:07 -04:00
Daniel Luna
4a6f2ff014
[github layer] git-link working as expected in git-timemachine buffers
...
This commit allows an user to run git-link in a git-timemachine bufer
and get the current revision instead of the latest commit in that
branch.
2016-04-07 22:27:41 -04:00
Nate Wolfe
8526ee7145
(5719) Fix multi-term shell popup
...
This commit removes the unused argument from the wrapper lambda, which
appears to be no longer provided when the function is called.
2016-04-07 22:15:36 -04:00
Kevin Suen
c964644e64
Clarified surround command documentation
2016-04-07 22:15:09 -04:00
syl20bnr
b1a41ce2ce
bootstrap: explicitly require evil
2016-04-07 22:11:22 -04:00
syl20bnr
ff7b839df0
org: various tweaks to spacemacs-org and org layers
...
- move evil-org to org layer
- move org-plus-contrib to spacemacs-org layer
- remove toc-org from the list of package for org layer
- give ownership of the org package to org layer
- invent a package named default-org in spacemacs-org layer in order
to let the ownership of org package to org layer
- remove unnecessary :mode keyword in use-package from for org
2016-04-07 22:11:22 -04:00
d12frosted
8b0c69c8cd
move org essentials to spacemacs distro
2016-04-07 22:11:22 -04:00
Fabien Dubosson
2b4a039646
Align vinegar/packages.el and update ranger/packages.el code style
2016-04-08 00:33:43 +02:00
Fabien Dubosson
f651969d12
Use use-package
to define autoload of dired-x
...
This also add autoload for `dired-omit-mode` which fixes #5705
2016-04-08 00:32:06 +02:00
Fabien Dubosson
0dc19d127b
Correct vinegar's dired configuration
...
Fix #5709
2016-04-08 00:28:53 +02:00
syl20bnr
97f4473849
Remove erroneous :defer
for spaceline package.
...
Thanks TheBB :-)
2016-04-07 14:57:48 -04:00
syl20bnr
63dc8f7ea0
shell: add support for SPC u SPC '
to open shell in current buffer
...
Works as well for all `SPC a s ...` key bindings.
2016-04-07 14:52:41 -04:00
Eivind Fonn
7a0328929c
Fix Y-y$ remapping
2016-04-07 15:16:27 +02:00
Eivind Fonn
64392e3fa5
Fix eshell setup for xterm-color
...
This makes sure that all the setup happens at the same time. Previously
some setup happened at loading time of esh-mode while some happened in
eshell-mode-hook. Everything output between this (the first prompt)
looks different.
2016-04-06 18:14:57 -04:00
syl20bnr
09ff77fbd4
Make it possible to use spacemacs-bootstrap layer as a distribution
2016-04-06 13:12:13 -04:00
Eivind Fonn
bb46ced71c
Fix bookmark binding conflict
2016-04-06 11:28:24 +02:00
syl20bnr
232824bf05
games: add progn form and improve doc for typit
2016-04-05 22:41:36 -04:00
syl20bnr
6866e02dae
games: add typit, a simple typing game.
2016-04-05 22:28:54 -04:00
Fabien Dubosson
0ec385c60c
Fix misplaced keybinding definition for ranger
2016-04-05 13:39:17 +02:00
Muneeb Shaikh
de491dad98
CONTRIBUTING.org: fix typo
2016-04-05 13:05:51 +02:00
Fabien Dubosson
481c196cd5
Fix deer
binding being overlapped by dired
2016-04-05 13:04:51 +02:00
Allen Li
7ca64553ed
Fix dired-x dired-jump autoload
2016-04-05 12:59:33 +02:00
Fabien Dubosson
abd9ef6892
Justify paragraphs in the evil-cleverparens README
2016-04-05 12:57:57 +02:00
Matthew Egan Odendahl
6465ddd2ef
Add an example hook
2016-04-05 12:56:36 +02:00
Fabien Dubosson
23ce5aee84
Justify a paragraph in the scala README
2016-04-05 12:55:31 +02:00
Channing Walton
12b2de9032
Correcting scala-enable-eldoc-mode to scala-enable-eldoc
2016-04-05 12:54:45 +02:00
Fabien Dubosson
1a45754cad
Visualy align some keybindings
2016-04-05 12:53:44 +02:00
Fabien Dubosson
57e91fe035
Correct more <SPC>
to SPC
2016-04-05 12:52:54 +02:00