Don March
f90dd37e4f
Add ibuffer bindings for updating and filter-group motion
...
The `ibuffer-update` command is originally on `g` but is evilified to
the inconvenient `C-S-g`, so bind it to `gr`.
2016-11-09 19:08:06 +02:00
syl20bnr
2c4cd4dd42
core: Revert dotfile installation time and fix editing style bug
...
Force a call to dotspacemacs/init after dotfile installtion.
Move call to (spacemacs/maybe-install-dotfile) to spacemacs/init.
2016-11-07 10:40:39 -05:00
syl20bnr
caca16052a
core: remove empty function dotspacemacs//install-and-replace
2016-11-07 10:24:51 -05:00
Eivind Fonn
24c3859d1e
Install dotfile earlier
2016-11-07 10:07:28 -05:00
syl20bnr
c379cd46cd
Beginnier tutorial: refill paragraphs to respect 80col/line
2016-11-07 10:05:27 -05:00
Nikolai Myllymäki
8dd2eb410f
Add beginners tutorial - further amendments
...
Amend suggested fixes:
- Add chapter on key notation
- Fix document structure according to conventions
- Add note on emacs path on Windows
- Expand on evil and emacs mode explanations
- Expand on first startup procedure
- Various typo fixes and clarifications
2016-11-07 10:02:45 -05:00
syl20bnr
b9c607fea7
restclient: add ob-restclient package
2016-11-07 10:00:07 -05:00
syl20bnr
8cc96b0b23
restclient: remove gj and gk bindings
...
No need to override default Vim behavior for this key bindings since
they are available on SPC m n and SPC m p already.
Note: We could add a transient state to go nicely with SPC m n and SPC m p.
2016-11-07 09:40:04 -05:00
Tommi Komulainen
658643da0d
restclient: add key bindings for jump to next / previous query
...
`gj` jump to next query
`gk` jump to previous query
`SPC m n` jump to next query
`SPC m p` jump to previous query
2016-11-07 09:38:50 -05:00
syl20bnr
2b139acb82
restclient: move restclient-helm to SPC j i
...
Since it nicely fits SPC j i purpose :-)
2016-11-07 09:34:49 -05:00
Tommi Komulainen
ad1d05435c
restclient: add helm support to jump to variable or request
...
Enable restclient-helm that is included in restclient package and add
`SPC m j` key binding.
2016-11-07 09:24:50 -05:00
Tommi Komulainen
538cae74e3
restclient: add autocompletion for methods and headers
...
Provided by company-restclient.
2016-11-07 09:22:48 -05:00
deb0ch
e952eef1a6
home buffer: center buffer on fixed width 80 when not responsive
2016-11-07 09:15:56 -05:00
deb0ch
bb5fdd8eaa
home buffer: framed notes: allow for numbered and dotted lists
...
enumeration lists of the form:
- lorem ipsum
* lorem ipsum
+ lorem ipsum
1. lorem ipsum
2) lorem ipsum
will be treated as separate paragraphes and not be squished by
fill-region anymore.
2016-11-07 09:14:18 -05:00
deb0ch
67c5b2cb01
home-buffer: adapt home buffer notes toggling to responsiveness
2016-11-07 09:14:13 -05:00
deb0ch
3fa8b40057
home buffer: better framed notes display <3
...
More flexible framed text generation:
- adjust frame width to content width
- define minimum and maximum width
- allow for inserting a caption at the bottom of the frame
Unless dotspacemacs-startup-buffer-respinsive is nil:
- framed notes are centered
- max width is adapted to the window width
Also add a note inviting the user to update his packages and dotfile on
every new release (fixes #7357 ).
2016-11-07 09:13:46 -05:00
bmag
aa3f1816af
Refactor rotate-windows, add utility swap-windows
...
Changes to rotate-windows:
- rename to spacemacs/rotate-windows-forward
- direction of rotation matches window numbers
- COUNT argument now rotates all windows by COUNT steps
- all window parameters are saved, not only buffer and window-start
swap-windows is not used for now, but could be helpful in the future.
2016-11-05 13:07:45 +02:00
bmag
6e4442e0db
Rename and add missing definition of version-control-diff-side
2016-11-05 13:03:23 +02:00
Emmanuel Touzery
1176a23dff
version control: let the user pick on which side to display the diff
2016-11-05 12:43:51 +02:00
Rostislav Svoboda
0fa634c11c
Display 'done' after a theme is loaded
2016-11-05 12:32:51 +02:00
Bryan Gilbert
7581662d7e
rebind 'SPC f b' to 'counsel-bookmark' when using ivy
2016-11-05 12:27:56 +02:00
pnagy
bee9ecc858
fix void-variable company-backends-scheme-mode
2016-11-04 10:40:39 +01:00
Francesc Elies
29049dd3ac
Update README.org
...
Uses flycheck instead of flycheck-typescript-tslint
2016-11-03 19:00:53 +02:00
Eivind Fonn
3785a1c7b5
Update changelog and bump version to 0.200.5
2016-11-03 15:24:06 +01:00
Eivind Fonn
7082301cd8
Thank d12frosted too
2016-11-03 15:23:37 +01:00
Eivind Fonn
f61a3a7881
Autumnal cleanup finished
2016-11-03 15:17:30 +01:00
Diego Berrocal
a6554a5773
Fix Typo in Purpose Layer
2016-11-02 21:29:40 +02:00
deb0ch
855d786100
Add duplicate-line-or-region to layer better-defaults
...
from https://www.emacswiki.org/emacs/CopyingWholeLines
Duplicate current line, or region if active.
With argument N, make N copies.
With negative N, comment out original line and use the absolute value.
keybinding: `SPC x l d` (text - line - duplicate)
2016-11-02 21:07:15 +02:00
Eivind Fonn
db20ba528b
Remove themes missing from MELPA
...
https://github.com/melpa/melpa/pull/4369
2016-10-31 12:54:00 +01:00
Stratos Gerakakis
4f46efcf07
Simple misspelling typos...
2016-10-31 08:35:23 +02:00
Zetok Zalbavar
5311784401
Fix link to achievements in README.md
2016-10-31 08:35:01 +02:00
Michael Weiss
4a02c8a90a
Fix some minor mistakes and typos in the documentation
2016-10-30 08:12:00 +02:00
Eivind Fonn
721426f75c
Warn if both helm and ivy are enabled
2016-10-29 15:26:05 +02:00
Eivind Fonn
977a29316b
Fix unbound holy-mode error
2016-10-29 15:11:36 +02:00
Eivind Fonn
4bf8e529b8
Move SPC p C-g to SPC p G
2016-10-28 13:44:29 +02:00
Carl Lange
aa3a799c39
spacemacs-purpose readme - Fix links and typos
...
I think there was a failed replace here :) The links now work correctly and the typos are gone. Yay!
2016-10-28 09:07:10 +01:00
Xiao Hanyu
0de0705e88
Typo fix
...
Just a typo fix for auto-completion layer.
2016-10-27 11:06:19 +08:00
Eivind Fonn
cdcf707027
Bump version to 0.200.4
2016-10-26 10:56:57 +02:00
Eivind Fonn
3e821e8972
Update changelog and bump version to 0.200.4
2016-10-26 10:53:13 +02:00
Eivind Fonn
f94ca2a8cc
go-guru on MELPA
2016-10-26 09:48:24 +02:00
Bryan Gilbert
b515253026
move helm specific layout transient state keybindings to helm layer
2016-10-23 19:44:35 +02:00
Bryan Gilbert
389d722996
close layout transient state upon entering layout buffer select when
2016-10-23 19:44:35 +02:00
Nir Friedman
632e4cea6e
Add keybindings to move buffers by window number
2016-10-23 19:44:35 +02:00
yangguang760
67ac25c80a
fix debug string for python3
...
fix debug string for python3:
ipdb -> ipdb3
pudb -> pudb3
2016-10-23 19:44:35 +02:00
Romanos Skiadas
fa16fa90e0
Fix eclim documentation in Java layer
...
`eclim-eclipse-dirs` is a list, not a string.
2016-10-23 19:44:35 +02:00
Aldric Giacomoni
81388bc1e4
Scala readme: code block for scala-enable-eldoc
2016-10-23 19:44:35 +02:00
Chen Zhang
9da665dd82
ipython: Update matplotlibrc
...
It comes from an offical "UserWarning":
> axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter
But axes.prop_cycle receive a new format of parameters, this will fix it.
2016-10-23 19:44:35 +02:00
Bryan Gilbert
1f1582d60d
Add sourcerer theme to themes-megapack
2016-10-23 19:44:35 +02:00
Melon Bread
22d24cbfb4
Added sqlite3 requirement
2016-10-23 19:44:35 +02:00
Willian van der Velde
187290b6e0
Updates links to layers
2016-10-23 19:44:35 +02:00