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
Robert Johnson
16e1be2691
Fix inconsistent notation of SPC key in docs
...
Replace all occurrences of <SPC> in org files with SPC.
Fixes syl20bnr/spacemacs#1823
2016-04-05 12:46:10 +02:00
Florian Bruhin
0653e1f3ea
Fix spelling error in .spacemacs template
2016-04-05 12:40:12 +02:00
Fabien Dubosson
d6202d3f33
Reorder projectile-replace-regexp alphabetically
2016-04-05 12:38:43 +02:00
d12frosted
5212e5539e
add key binding for projectile-replace-regexp
...
Following https://github.com/bbatsov/projectile/pull/977
2016-04-05 12:37:53 +02:00
Allen Li
e037dcdc51
Set SPC f b to bookmark-jump
...
helm will overwrite this with its own command, but people not using
helm (only ivy at the moment) will need this defined.
2016-04-05 12:33:19 +02:00
Pablo de Oliveira
cc3cfcddfd
Fix +lang/markdown documentation on promotion and movement keybindings
...
Update documentation by removing obsolete keybindings that
were deleted from +lang/markdown layer in 7b6678e
.
In particular the ~SPC m =~, ~SPC m -~ and ~SPC m l [h/j/k/l]~
have been superseded by the **Movement** bindings.
2016-04-05 12:29:33 +02:00
Fabien Dubosson
5e4c12c117
Justify a paragraph in the FAQ
2016-04-05 12:28:14 +02:00
Teo Stocco
dae39145a4
Add ansi-term information to FAQ
2016-04-05 12:28:14 +02:00
Fabien Dubosson
80195d15c7
Justify a paragraph in the go README
2016-04-05 12:28:11 +02:00
james sangho nah
1773cca021
Fix minor typo in Go README
2016-04-05 12:22:01 +02:00
Diogo Biazus
a3deae88d0
Setup flycheck-purescript for purescript layer
2016-04-04 22:45:04 -04:00
mahinshaw
1bd5756a99
Extend lazy-install for other clojure based modes.
2016-04-04 22:42:51 -04:00
Joel McCracken
bc3c77e63e
Do not delete window when there is only one
...
If ansi-term is a full-screen window, running `(delete-window)` in this
case would cause an error to appear. This commit guards against this
scenario.
2016-04-04 22:41:53 -04:00
Lily
135fdfb612
github: Document how to configure your github OAuth token
...
This helps make the `github` layer work better
2016-04-04 22:39:50 -04:00
syl20bnr
74fb719b44
go: make go-tab-width a regular layer variable
2016-04-04 22:36:51 -04:00
james sangho nah
4129264302
go: new variable `go-tab-width'
2016-04-04 22:34:17 -04:00
Muneeb Shaikh
25abc07359
hybrid: evilify supporting buffer as default
...
Fix #5645
2016-04-04 22:24:37 -04:00
syl20bnr
c55c21d1c3
core: fix layer auto-mode function
...
Not installed used layers were not lazy installed appropriately.
2016-04-04 22:15:24 -04:00
syl20bnr
b16eb68b7e
doc: add more info about emacs-plus tap
2016-04-04 22:14:57 -04:00
d12frosted
2919d57145
ask to install emacs on os x using emacs-plus tap
2016-04-04 21:53:40 -04:00
syl20bnr
99d9993171
Scala: fix ensime-typecheck-current-file to ensime-typecheck-current-buffer
2016-04-04 21:52:45 -04:00
Aaron Jensen
492974b969
tmux: remove global unset of C-h
...
This is unnecessary and prevents hybrid mode from having its normal help bindings.
2016-04-04 21:50:40 -04:00
Aaron Jensen
bb50218622
tmux: replace deprecated post-extensions with packages
2016-04-04 21:50:08 -04:00
Muneeb Shaikh
c9ef2f6f3c
python: explicitly autoload py-yapf-buffer
...
Since it's a local package, there's no autoloads file. Adding it to
:commands to let use-package add autoload for it.
2016-04-04 21:46:23 -04:00
syl20bnr
ec35ede5b6
Fix move selected text up and down in visual state
2016-04-04 21:43:30 -04:00