Rich Alesi
7ccf15c526
[up] and [down] in shell to go to cycle through previous commands
2015-04-22 22:54:06 -04:00
syl20bnr
f5ea72e365
Add important key bindings modification in release note
2015-04-22 22:50:57 -04:00
syl20bnr
c13c5b2470
Move C-SPC
on M-SPC
and s-M-SPC
for helm and ido micro-states
2015-04-22 22:44:51 -04:00
syl20bnr
b0e82f9e22
SPC f f
uses helm-find-files
...
Use `SPC f F` to use ido-find-files
The change is for consistency, we use helm whenever it is
possible.
2015-04-22 22:31:04 -04:00
syl20bnr
3b1a4e328e
Move release notes and quickhelp to core/info directory
2015-04-22 22:30:00 -04:00
syl20bnr
d59e88eeec
Remove themes from spacemacs layer
...
- base16-theme
- monokai-theme
- zenburn-theme
It is not necessary to add them to the layer now because
the configuration layer engine does not treat themes listed
in `dotspacemacs-themes` as orphans anymore.
2015-04-22 22:06:19 -04:00
syl20bnr
845126dac0
Move yasnippet and hippie-exp to auto-completion layer
2015-04-22 22:03:04 -04:00
syl20bnr
d0b6a56b0a
python layer: Update nose.el
...
Now compatible with virtualenv
2015-04-22 21:51:14 -04:00
syl20bnr
f19d8de1d0
Add missing contrib/gtags/funcs.el file
2015-04-22 01:08:22 -04:00
Miles Steele
44329f8f90
Add evil-numbers binding for =
2015-04-22 01:08:08 -04:00
fzerorubigd
5c902c6453
remove extra ")"
2015-04-22 01:07:15 -04:00
Carl Lange
2adce44bc9
Changed emacs-mac-port link
...
Changed it from the now-un-updated mirror to the correct homebrew package.
2015-04-22 01:06:58 -04:00
Swaroop C H
4d6f8a0589
Add helm org key, fixes #1094
2015-04-22 01:06:39 -04:00
syl20bnr
a078bebaf1
Add achievements
...
100th watcher
300th fork
2015-04-22 01:05:18 -04:00
syl20bnr
5d5f247fd1
Documentation for Helm C-z and Tab switch
2015-04-22 01:05:15 -04:00
Allen Li
162eec951e
Switch commands for Tab and C-z in Helm
...
The command bound to C-z is much more useful than the one bound to Tab,
so it makes sense to swap them. It's also recommended here: https://tuhdo.github.io/helm-intro.html
2015-04-22 00:55:22 -04:00
syl20bnr
ad06363b39
Modularize ggtags with eldoc configuration
...
See PHP layer packages.el for an example
2015-04-22 00:53:57 -04:00
syl20bnr
ff8b339813
php layer: refactor package configuration
2015-04-22 00:35:14 -04:00
Kosta Harlan
d829825f9e
Set gtags layer keybindings for php-mode
2015-04-22 00:26:03 -04:00
Tu Do
9aef93cb15
Don't globally enable ggtags in prog-mode
...
Instead enable it along with helm-gtags, except for a few modes.
2015-04-22 00:24:55 -04:00
Tu Do
baeb4b1d2d
M-* should use helm-gtags-pop-stack
2015-04-22 00:24:53 -04:00
Tu Do
f869d650e9
Add missing modes that should have gtags enabled
2015-04-22 00:24:50 -04:00
syl20bnr
a4e47cfc6b
YAPF configuration edition and documentation
...
Rename `yapf-format-on-save` to `python-enable-yapf-format-on-save`
to be more consistent with the other layer variables
2015-04-22 00:02:23 -04:00
Kenneth Love
5bbf2a84d6
python layer: Add YAPF extension for buffer formatting
2015-04-21 23:55:58 -04:00
syl20bnr
130a70d601
pandoc layer: rename Readme.md to README.md
2015-04-21 23:53:14 -04:00
syl20bnr
8b93e3179a
pandoc layer: edit README and packages.el
2015-04-21 23:51:30 -04:00
Christoph Paulik
0513a7eebb
add a layer for pandoc-mode
...
This layer enables conversion of document directly from emacs
e.g. .md to .docx or .md to .org etc.
2015-04-21 23:39:32 -04:00
syl20bnr
147db21b3a
git layer: add lazy loading of magit-gh-pulls on #gf
2015-04-21 23:38:42 -04:00
syl20bnr
4e7e288fa4
Move SPC x y
and SPC x p
to SPC b Y
and SPC b P
2015-04-21 23:31:55 -04:00
Swaroop
81473b883c
Add keys to copy & paste full buffer
...
When you are typing in a browser and then you realize you really want
Emacs to compose this piece of text, then you would want to copy from
browser to an Emacs buffer, edit it inside Emacs and finally copy to
clipboard and paste it into the original application. These keys help
you to do exactly that.
2015-04-21 23:29:36 -04:00
Tu Do
c3f2a331d6
[Emergency fix] Don't add separator to the widget list
...
Otherwise when the widget list is deleted to insert new widgets, the
separator "widget" is essentially text with properties and can cause
error when trying to delete, which breaks quick help and release note
buttons, making the buttons not function anymore.
2015-04-21 16:52:23 +07:00
syl20bnr
d64709d75b
ERC layer: move SPC a i s
on SPC a i i
2015-04-21 02:02:19 -04:00
Swaroop C H
6f9cad9996
ERC layer tweaks
...
- Mention terminal-notifier gem on OS X
- Add "ais" shortcut to switch to active ERC channels
- Remove todos
2015-04-21 01:57:41 -04:00
Allen Li
bf74b52236
Bind term-send-tab only in insert state
...
Bind term-send-tab only in insert state for term mode.
Conflicts:
spacemacs/packages.el
2015-04-21 01:56:10 -04:00
Allen Li
8180feff89
Add binding for EOF (^D) in term
...
Bind term-send-eof only in insert mode
This is a useful binding to have, and is bound similarly to
term-send-esc (`C-c C-e`) and term-interrupt-subjob (`C-c C-c`).
2015-04-21 01:54:46 -04:00
MadAnd
6a9225299d
Fix typo
2015-04-21 01:50:31 -04:00
Keshav Kini
b3fbaeba7e
Optimize macro and fix typo in its name
...
Move macro definition above calls thereto
2015-04-21 01:46:30 -04:00
Tu Do
e45702dd6b
[ Fix #1280 ] Only open Helm window in current window
2015-04-21 01:44:52 -04:00
Tu Do
8614f285d9
Add separator between Evil and Emacs tutor buttons
2015-04-21 01:44:41 -04:00
person808
1d8e8cd1f9
Fix spelling error in window micro-state.
2015-04-21 01:44:21 -04:00
Tristan Hume
5fb4427396
Use yasnippet in default backend
2015-04-21 01:44:02 -04:00
Tristan Hume
4bd72d3ec2
Fix bug in ruby auto-completion
2015-04-21 01:41:01 -04:00
syl20bnr
efaa595a4a
js layer: applied conventions to some tern key bindings
...
Also update the README
2015-04-21 01:38:58 -04:00
syl20bnr
5f5cf0cbe8
js layer: move js-doc key bindings under SPC m r d
2015-04-21 01:36:02 -04:00
geksilla
3113e5940b
Add js-doc package to javascript.
2015-04-21 01:28:05 -04:00
syl20bnr
cb6a5e2821
Minor edition of semantic layer README
2015-04-21 01:25:38 -04:00
Tu Do
000791c5f3
[feature] new Semantic layer
...
This separates Semantic layer from language major modes, so Semantic
features are only enabled when the layer is added, allow user to choose
using it or not.
Conflicts:
contrib/lang/c-c++/packages.el
2015-04-21 01:15:40 -04:00
syl20bnr
22afdf25b4
Move SPC b s
to SPC b b
...
To be consistent with `SPC p p`
I also planned to use `SPC b s` to search in all opened
buffer, symmetric feature with `SPC s` and `SPC p s`
2015-04-21 01:00:06 -04:00
syl20bnr
5930597e50
New variable: dotspacemacs-additional-packages
...
Adding packages to this list will install them without
needing them to be wrapped in a layer.
Ideal for niche languages of any package that don't need
any configuration.
2015-04-21 00:33:23 -04:00
syl20bnr
558ce8296e
gnus layer: rename Readme.md to README.md
2015-04-20 23:44:43 -04:00