person808
9e03747e55
[ Fix #1514 ] Add transparency micro-state.
2015-07-23 22:43:40 -04:00
Jenan Wise
cd78f92b37
Use exec-path-from-shell-copy-env to set GOPATH.
2015-07-23 22:39:52 -04:00
syl20bnr
6a1365d6cd
README: add brief mention about .spacemacs.d direcotry
...
TODO: complete doc in DOCUMENTATION.org
2015-07-23 22:38:09 -04:00
justbur
252f26d555
Make default private layer directory explicit
2015-07-23 22:28:26 -04:00
justbur
e1eed07c30
Add option for .spacemacs.d/init.el .spacemacs file
...
Setting SPACEMACSDIR overrides location of .spacemacs.d
Add dotspacemacs-directory variable
Add dotspacemacs-directory to layer search path
2015-07-23 22:25:39 -04:00
syl20bnr
7b47699f87
Hide lighter for highlight-parentheses mode
2015-07-23 22:22:57 -04:00
syl20bnr
c14d4912b1
Prefer pre-init function to setup use-package hooks
2015-07-23 22:21:51 -04:00
syl20bnr
15d90743f7
cscope layer: Make it agnostic of c-c++ and python modes
2015-07-23 22:20:25 -04:00
syl20bnr
bf47c76535
Convert cscope layer README to org
2015-07-23 21:56:04 -04:00
Bar Magal
8edb060be3
Add Cscope layer (includes PyCscope)
2015-07-23 21:45:21 -04:00
syl20bnr
2546c2bafa
Convert wakatime readme to org
2015-07-23 21:38:52 -04:00
Diego Berrocal
d5cce60ebc
Add wakatime layer
...
defvar to setq
Changed global mode for local
2015-07-23 21:30:54 -04:00
syl20bnr
0ad99623a4
Add "any" value for dotspacemacs-highlight-delimiters
2015-07-23 20:41:52 -04:00
Tu Do
d990895175
Enable highlight-parentheses in 'all scope
...
We can combine both rainbow-delimiters and highlight-parentheses in 'all
scope. Both can co-exist. When scope is 'current, only
highlight-parentheses is enabled.
2015-07-23 20:34:01 -04:00
ralesi
4b518018c2
Unimpaired contribution layer
2015-07-23 20:29:26 -04:00
ralesi
e7c59d7aa4
Vinegar contribution layer
2015-07-23 20:27:42 -04:00
Tosh Lyons
1cacce8ebc
Add Jabber layer
2015-07-23 20:25:06 -04:00
Matthías Páll Gissurarson
78a1d7a06e
Added .jsx to web-mode
2015-07-23 20:10:06 -04:00
R. Haluk Öngör
aac19feee8
elixir layer: Popup mix windows
2015-07-23 20:04:42 -04:00
syl20bnr
4f9b3c1721
Update terraform layer
2015-07-23 19:57:45 -04:00
Brian Hicks
4ee9354c6e
terraform: add layer
2015-07-23 19:30:23 -04:00
Swaroop
1e32324f81
Add define-word package
...
Introduction: http://oremacs.com/2015/05/22/define-word/
2015-07-23 19:28:38 -04:00
Josh Tilles
371552999b
Fix formatting typo
2015-07-09 11:50:15 -04:00
syl20bnr
26c4e2ab80
core: remove monokai and zenburn from dotfile template
...
They are not part of spacemacs core since several releases so
they should not be treated differently than other themes.
2015-07-09 01:01:20 -04:00
nashamri
de5fb00c70
Add spacemacs-theme to spacemacs packages.el ( fix #2235 )
2015-07-09 00:59:35 -04:00
Eivind Fonn
4193be5c2e
Fix RoR and Django layer naming
2015-07-09 00:43:50 -04:00
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
bf8f557962
Update change log
2015-07-05 00:43:42 -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
8c3226a9af
spacemacs layer: move copy-file binding to SPC f c
...
instead of `SPC f C`
2015-07-05 00:18:42 -04:00
syl20bnr
fae210e253
documentation: fix a table border
2015-07-05 00:13:45 -04:00
syl20bnr
384698324f
spacemacs layer: move some functions to funcs.el
...
Move functions `spacemacs/write-file` and `spacemacs/copy-file`
2015-07-05 00:12:59 -04:00
Christoph Paulik
d09925d1af
add keybinding for write-file
...
- allows for saving a file under a different name
2015-07-05 00:09:36 -04:00
Travis B. Hartwell
4d6b682f1a
Fix SPC i K
for the first line of buffer.
...
It feels like save-excursion should work for all cases.
But since I couldn't get it to work when you are on the first
character of the buffer, I jump to the appropriate point after.
2015-07-05 00:05:02 -04:00
syl20bnr
655b0102a5
Minor indentation fix of some tables in DOCUMENTATION.org
2015-07-05 00:02:50 -04:00
syl20bnr
34e7454d11
Add documentation for spacemacs-theme
2015-07-05 00:02:37 -04:00
syl20bnr
9213c6b7f2
core: change default value for dotspacemacs-themes
...
Make spacemacs themes official default themes for spacemacs
2015-07-04 23:51:32 -04:00
nashamri
4c6bc0d81e
Make spacemacs-theme the default theme (dark variant)
...
Remove the spacemacs-theme extension from spacemacs layer
Add spacemacs support to the core
2015-07-04 23:31:52 -04:00
syl20bnr
bab60a585d
0.103.2 change log
2015-07-04 22:47:47 -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
person808
9d44000623
Fix issues in VIMUSERS.org.
...
1. Fix broken links.
2. Make spacing consistent with other documentation.
3. Use a better function example. The previous one did not work for some
common use cases.
4. Update and add some screenshots for use in the file.
2015-07-04 19:32:39 -04:00