Commit graph

1147 commits

Author SHA1 Message Date
Herbert Jones cce3445b85 init-shell in wrong namespace 2015-07-09 00:16:09 -04:00
syl20bnr cdb4efce68 emacs-lisp layer: remove spacemacs/eval-region
Use eval-region directly
Fixes #2074
2015-07-08 23:16:44 -04:00
syl20bnr 2bc26cebef shell layer: typo in README + update TOC 2015-07-08 01:17:52 -04:00
syl20bnr aa2ccced10 shell layer: disable auto-jump to prompt when em-smart is enabled 2015-07-08 01:06:38 -04:00
syl20bnr 4770263fdf shell layer: sort init function alphabetically 2015-07-08 01:02:00 -04:00
syl20bnr f88bb0cdff shell layer: various improvements for eshell see below
- move the magit, helm and other dependencies to their own init
functions
- remove all nested use-package forms and enable correct lazy-loading
of eshell
- import interesting features from trishume like auto-completion and
automatic jump to prompt when switching to insert state
- new layer variable `shell-enable-smart-eshell` to conditionally enable
`em-smart` (default is not enabled)
- document all the last additions to the layer in README.org
2015-07-08 00:57:15 -04:00
Giorgio Leveroni 40487778e6 Add eshell goodies
I just noticed the new 'shell' layer and thought that it would be nice to include these additions to have a better eshell experience!
2015-07-07 22:51:50 -04:00
syl20bnr b9c7829560 chinese layer: minor formatting of documentation and code 2015-07-05 00:34:27 -04:00
andyque d5d4453125 Add Chinese layer to spacemacs. 2015-07-05 00:20:04 -04:00
syl20bnr fc020d5871 slime layer: minor typo fix 2015-07-04 19:37:59 -04:00
person808 53f12be40c Fix typo in c-c++ README. 2015-07-04 19:33:29 -04:00
stnly b81e8e1ce8 Fix typo in Github readme 2015-07-04 19:33:12 -04:00
Tu Do 8d6b8b2def Use magit-log-all in place of magit-log
magit-log-all has the same with the old magit-log: show the commit log
immediately without asking for revision. We should use magit-git-log for
smoother transition to magit 2.1.
2015-07-04 19:31:27 -04:00
kccai 430aeaf0bf Minor fix of the org table 2015-07-04 18:47:51 -04:00
Zach Latta 9eb1b4936a Update key sequence to open rebase buffer for Magit 2.1 2015-07-04 18:46:57 -04:00
Patrik Storm c6d9c18f28 Fixed docs 2015-07-04 18:45:48 -04:00
kccai 18d699ce18 Fix the document of version control keybinding 2015-07-04 18:45:02 -04:00
Jenan Wise be05bb3f81 [git] Bind magit-blame rather than magit-blame-mode to "gb".
Calling `magit-blame-mode` directly is not advised as of Magit 2.1.0,
and will leave a buffer in read-only mode upon exit. `magit-blame` also
allows recursive blame upon repeated usage.
2015-07-04 18:44:28 -04:00
Travis B. Hartwell 9eab467ec7 Variable name has changed in magit 2.1.0. 2015-07-04 18:42:23 -04:00
h3dkandi c31c1c1199 Recommend removal of old slime installs.
For Linux only uninstalling didn't do the job. I had to purge the package.
2015-07-04 18:41:48 -04:00
syl20bnr fd3e7eb357 java layer: add logo to README 2015-07-04 01:44:50 -04:00
syl20bnr 08a1bd91bc java layer: fix typo 2015-07-04 00:58:42 -04:00
syl20bnr b19c3faf91 java layer: convert README to org 2015-07-04 00:55:38 -04:00
syl20bnr b5e2e3773d java layer: rename functions with spacemacs prefix 2015-07-04 00:29:25 -04:00
syl20bnr 8beeaba6db java layer: fix company backend setup 2015-07-04 00:24:44 -04:00
syl20bnr 71ae4520cc java layer: defer eclim loading and sort key bindings 2015-07-04 00:20:12 -04:00
syl20bnr 1a39ffbf65 java layer: remove unneeded projectile layer
It is in core
2015-07-04 00:13:15 -04:00
Lukasz Klich e77eb259ec Eclim based java layer 2015-07-04 00:10:30 -04:00
syl20bnr 600046f667 Split python layer into !lang/python and !frameworks/django layers 2015-07-03 23:53:07 -04:00
syl20bnr dca6eca3c0 Split ruby layer into !lang/ruby and !framework/ruby-on-rails 2015-07-03 23:51:34 -04:00
Robert O'Connor 555b8c0ec8 Add slim-mode to ruby layer 2015-07-03 23:14:20 -04:00
syl20bnr c580ff1361 idris layer: minor change in README 2015-07-03 23:08:46 -04:00
syl20bnr 225167465a sml layer: move it to !lang, add bindings and convert README to org 2015-07-03 23:07:55 -04:00
Keith Simmons 918c0cf4da Added SML layer 2015-07-03 20:51:37 -04:00
syl20bnr 2ccea679da idris layer: rename the layer to idris-lang, update bindings and doc
Rename the layer to idris-lang because idris-packages variable is used
by the package
Update key bindings to better fit spacemacs conventions
Convert markdown README to org
2015-07-03 20:44:04 -04:00
Timothy Jones c55c7c74a4 Add a layer for the Idris language
This removes idris-mode from the extra-langs layer and moves it to its
own layer with custom evil-leader keybindings. It also removes
documentation in extra-langs on other removed languages.

There are two major complications with idris-mode: it defines its own
evil-leader bindings which overwrite Spacemacs defaults, and it uses
the variable idris-packages, which Spacemacs uses to include the
idris-mode package, to define Idris packages to load for the current
buffer.
2015-07-03 18:51:50 -04:00
syl20bnr aa1dc15aa3 javascript layer: move json-snatcher to SPC m h p 2015-07-03 18:44:19 -04:00
Diego Berrocal debe9e1d4f Add json-snatcher package 2015-07-03 18:40:16 -04:00
syl20bnr 86dbabd05b New WIP layer: which-key 2015-07-02 22:46:34 -04:00
syl20bnr 48b8c1a0be git layer: update documentation 2015-07-02 22:08:03 -04:00
syl20bnr d04ed6dc25 Make magit 2.1 the official magit version for spacemacs 2015-07-02 00:36:26 -04:00
syl20bnr c177f0d75f magit next: remove unnecessary hook for auto-fill-mode 2015-07-01 02:00:34 -04:00
Christoph Paulik 8ddd2c43d1 add org-set-tags keybinding 2015-07-01 01:49:43 -04:00
syl20bnr 1bb120ab00 racker layer: document previous commit 2015-07-01 01:41:57 -04:00
Xiang Ji 43a22e002b Fixed electric-pair-skip not working in racket mode
See https://github.com/greghendershott/racket-mode/issues/140
2015-07-01 01:40:35 -04:00
syl20bnr c635aa8b36 rust layer: move SPC m c C to SPC m c x + various small fixes 2015-07-01 01:37:31 -04:00
JP-Ellis 90f80c8ad1 Rust improvements:
- Use compile instead of shell for cargo. This allow Emacs to parse the
  output, including all the errors :)
- Added support for Racer (it works for me at least... hopefully for
  others too)

Signed-off-by: JP-Ellis <coujellis@gmail.com>
2015-07-01 01:34:07 -04:00
wsk 6746afa5e6 move org-clock-save.el to .cache 2015-07-01 01:28:36 -04:00
person808 bc197a288c Add option to show snippets in the company popup. 2015-07-01 01:22:34 -04:00
syl20bnr cd600cad4f syntax-checking: just use flycheck default
This commit drastically simplify the previous commit by removing
the layer variable syntax-checking-check-on-buffer-change and
the associated usage of it.

This effectively make spacemacs use the default flycheck setting.
If the user wants to customize this behavior then she can modify
directly the flycheck variable.
2015-07-01 01:16:05 -04:00