Eivind Fonn
8d60b15ccf
Move projectile-shell-pop to shell layer
2016-02-02 16:42:58 +01:00
Eivind Fonn
dfd7213095
Set the correct shell-pop size variable
2016-01-31 23:25:10 -05:00
Balaji Sivaraman
2b1ed603dc
Change all references of micro-state in codebase to transient-state
2016-01-31 23:04:47 -05:00
Xue Fuqiao
4958f7fc10
Fix "the point" problems
...
Point is a proper name when it refers to the current editing location.
Moreover, point designates a place *between* two characters (or before the first
character, or after the last character), rather than a particular character.
References:
* http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00414.html
* https://www.gnu.org/software/emacs/manual/html_node/elisp/Point.html#index-point
2016-01-31 21:48:52 +01:00
syl20bnr
49f11ca0b0
Sort packages in some packages.el
2016-01-26 01:21:02 -05:00
Eivind Fonn
44fd52d83b
Register shells as REPLs
2016-01-22 16:31:47 +01:00
person808
a956235678
Move regex for useful terminal buffers to shell layer.
...
Also add regex for M-x shell.
2016-01-22 15:53:13 +01:00
Eivind Fonn
a47777696e
Some eshell cleanup
...
- Move keybindings to named init function instead of lambda
- Autoload C-d binding from em-rebind
2016-01-21 22:11:49 +01:00
james sangho nah
1d6df486ec
Quit shell only if there is no char left to delete
...
Addressing #4630 . C-d is now bound to eshell-delchar-or-maybe-eof which
checks if there is a char after the point. If so, it performs the normal
delete-char, otherwise eshell-life-is-too-much.
2016-01-21 22:07:06 +01:00
Tony Lotts
7b06611cdb
Fix typo in shell documentation.
2016-01-21 19:08:09 +08:00
syl20bnr
046d86800c
Clean copyrights and update for year 2016
2016-01-11 21:42:17 -05:00
justbur
b0ee301845
layers: Conditionally load helm packages
...
Only use them when the spacemacs-helm layer is used.
2016-01-09 13:36:03 -05:00
syl20bnr
4ed2229c5c
shell: move deactivation of smooth-scrolling to shell layer
2016-01-08 21:27:26 -05:00
Eivind Fonn
a5be67bf10
Document eshell-z
2016-01-08 21:45:56 +01:00
Eivind Fonn
1d722b29ac
Defer eshell-z
2016-01-08 21:41:42 +01:00
Diego Berrocal
ee6968863d
Add eshell-z to eshell (awesome autojump)
2016-01-08 21:38:08 +01:00
syl20bnr
cddf18ff1e
Update install layer section in REAMDE.org files
2016-01-06 00:21:55 -05:00
Diego Berrocal
734cf98b3e
Add eshell keybindings for exiting and clearing
...
Define an eshell clear function and avoid duplicates for history in
eshell
2016-01-04 00:07:46 -05:00
Diego Berrocal
01d3c007cc
Fix #4279 Comint mode showing weird symbols
...
Before:
[![alt](https://i.imgur.com/4BKayT5.png )](https://i.imgur.com/4BKayT5.png )
After:
[![alt](https://i.imgur.com/AGg3mt9.png )](https://i.imgur.com/AGg3mt9.png )
2016-01-03 22:23:12 -05:00
Allen Li
7e60d534d8
Add term binding for CTRL-Z
...
Add a binding for stopping jobs in term buffers.
2015-12-04 00:00:14 -05:00
Eivind Fonn
c893383fe4
Fix some documentation bugs
...
- CSS links
- GIFS in published version
- Unify layer doc titles
- Change emoji layer emojis to an image
2015-12-03 23:50:29 -05:00
syl20bnr
64caca76c3
shell: remove usage of use-package for comint
2015-11-29 22:34:55 -05:00
Diego Berrocal
07e5a0ca9d
Protect prompt in comint-mode
2015-11-29 12:14:01 +01:00
justbur
9befd20a1a
layers: Transition to new key bindings functions
...
Removes dependence on evil-leader centralizing control over the method
of key binding in core-keybindings.el
2015-11-21 18:22:51 +01:00
Eivind Fonn
de1cce8ba6
Add C-j and C-k history commands in shells
...
Based on work by mijoharas
2015-11-14 00:37:21 -05:00
Eivind Fonn
c3866382b2
Documentation update
...
- Add #+HTML_HEAD_EXTRA options to all org files
- HTMLize published documentation via CSS
2015-11-13 14:23:13 +01:00
Eivind Fonn
72f4fed57f
Fix eshell linum-mode check
2015-11-13 11:59:01 +01:00
Eivind Fonn
13c5b1d24b
Convert documentation to publishable format
2015-11-01 23:40:29 -05:00
Diego Berrocal
23f43af23c
Disable line numbers in shells
2015-10-25 10:38:18 +01:00
Sebastian Wiesner
414472cb9e
Use login shell as term shell
...
shell-file-name provides the "best" shell Emacs knows about, i.e. the
login shell from $SHELL, or a system default, which is just about as
arbitrary as the current default to /bin/bash.
2015-10-14 00:30:20 -04:00
syl20bnr
9c28230a23
shell: set comint-move-point-for-output to true
...
Automatically scroll the buffer on new output
2015-10-12 10:00:57 -04:00
Allen Li
1f3a6a0941
Fix SIGQUIT bug #3324
...
This hook is duplicating the functionality of a multiterm hook, causing
it to be called after the multiterm hook has already switched to a
different buffer, thus quitting a job in the latter buffer.
2015-10-12 09:32:39 -04:00
Brian Hicks
a9a26e5b18
shell: fix bad casing in README
2015-09-19 00:57:16 -04:00
Eivind Fonn
21146f4fed
Fix #2390
...
Sets up company in eshell-mode-hook during the init phase so that it can
be reliably disabled in user config.
2015-09-14 15:09:28 +02:00
syl20bnr
6b33031dc5
core: dotspacemacs-distribution, spacemacs-core layer and rename contrib
...
- Rename contrib directory to layers
- Add new variable dotspacemacs-distribution
- Move spacemacs layer to layers/!distribution
- New layer spacemacs-core in layers/!distribution
- User can now set dotspacemacs-distribution to spacemacs or
spacemacs-core (default spacemacs)
spacemacs-core is very lightweight layer sufficient to build upon
spacemacs.
2015-09-07 23:44:43 -04:00