Hunter Haugen
38faa15ebe
Add puppet contrib layer
...
This is the layer for puppet-mode. It has bindings for all available
puppet-mode key commands under `<SPC> m`
2015-01-09 21:57:23 -05:00
syl20bnr
b12a167106
Fix images in git layer README
2015-01-07 21:30:29 -05:00
syl20bnr
007ccfddbb
Move noflet to spacemacs layer
2015-01-07 21:29:12 -05:00
syl20bnr
2d9556938a
Correctly toggle magit status fullscreen feature
...
using variable `git-magit-status-fullscreen`
2015-01-04 12:11:13 -05:00
syl20bnr
4ac38d5ab4
Add git layer variable git-magit-status-fullscreen
...
By default its value is nil.
2015-01-04 00:43:42 -05:00
syl20bnr
ee3d6048f7
Tweak fasd layer README
2015-01-04 00:20:38 -05:00
mike-work
191fda7c01
added fasd contribution layer
2015-01-04 00:09:24 -05:00
Chris Barrett
66aa47037d
Start ensime only once file exists
...
This prevents annoying error messages when using find-file to make a new
scala buffer.
2015-01-03 23:17:54 +13:00
Chris Barrett
b4839759be
Disable flycheck altogether when ensime is active
2015-01-03 23:17:51 +13:00
Chris Barrett
1f5a4ffdb5
Show company completions on typing '.' in ensime
2015-01-03 23:15:07 +13:00
Chris Barrett
89122f8f17
Suppress flyspell warnings for package identifiers
2015-01-03 15:29:02 +13:00
syl20bnr
378beebd1f
Various Scala fixes
2015-01-01 02:12:58 -05:00
syl20bnr
aa56fffed2
Update haskell layer README with hi2
2015-01-01 02:11:51 -05:00
Chris Barrett
d54e1ae4c7
Configure hi2
...
Resolves #356
2015-01-01 02:09:41 -05:00
syl20bnr
97a22d3a8d
Add support for all base16 themes
...
Requested in #367
2015-01-01 02:07:43 -05:00
syl20bnr
33adab0e38
Update key binding in themes-megapack layer
2015-01-01 01:01:38 -05:00
Chris Barrett
71b81a94f7
Improve flycheck compat
2014-12-31 13:06:21 +13:00
Chris Barrett
411cb5b9ac
n/N moves between errors in scala compilation buf
2014-12-31 11:19:43 +13:00
Chris Barrett
640243b573
move join-line fn keybinding from ensime to scala
2014-12-31 10:53:03 +13:00
Chris Barrett
ce02d4d424
quote custom variables correctly
2014-12-31 10:52:17 +13:00
Chris Barrett
aecb17d12e
Fix init function names
2014-12-31 10:51:41 +13:00
syl20bnr
1c4647901e
Merge branch from chrisbarrett: Scala layer enhancements
2014-12-29 23:23:01 -05:00
Endre Bakken Stovner
f837720619
Update Haskell install instructions
...
Better formatting and more detailed instructions
2014-12-29 23:18:57 -05:00
syl20bnr
cc6943586c
Add documentation for magit auto-complete in README
2014-12-29 22:54:45 -05:00
Andreas Liljeqvist
8c289e587d
Use "magit-ido-completing-read" for completion.
...
Provides better completion throughout Magit.
Best used together with: "(setq magit-repo-dirs '("~/git/"))".
2014-12-29 22:48:11 -05:00
Chris Barrett
2808977c18
readme
2014-12-30 11:40:43 +13:00
Chris Barrett
dce18ca0bd
general scala-mode config
2014-12-30 10:00:07 +13:00
Chris Barrett
3f21afb5f1
flycheck compatibility
2014-12-30 09:59:38 +13:00
Chris Barrett
281185719e
Enable ensime in all scala buffers
2014-12-30 09:47:56 +13:00
Chris Barrett
b177a7b550
Improve ensime keybinding integration
2014-12-30 09:46:32 +13:00
Bjarke Vad
cb27ee6190
Removed ghci-completion package
...
- ghci-completion is redundant when using flycheck-haskell
2014-12-28 23:47:47 -05:00
Bjarke Vad
0df1d21c11
set haskell-process-type to auto
...
Should work in more use-cases
2014-12-28 23:47:44 -05:00
Bjarke Vad
d625837b16
Updated install section of haskell readme
2014-12-28 23:47:40 -05:00
Chris Barrett
8bb676d524
Remove Ensime from company-mode-excluded-packages
...
Resolves #305
2014-12-25 18:03:09 -05:00
syl20bnr
2554d16c16
Rename config-system.el to configuration-layer.el
2014-12-25 14:45:27 -05:00
syl20bnr
fd0e9abbe7
Move layer images into img directories
2014-12-24 01:03:49 -05:00
syl20bnr
c7554d2e83
Fixes #331 On Windows SPC does not work in org files
2014-12-23 23:51:55 -05:00
syl20bnr
2bc87b3821
Add link to osx layer in README
2014-12-23 23:02:15 -05:00
sbenner
24fcfebf85
New variable dotspacemacs-mode-line-unicode-symbols
...
Can choose between ASCII chars or unicode symbols in the mode-line
can be useful for some terminals
2014-12-23 16:39:57 -05:00
syl20bnr
71a4fd7371
Move git gutter key bindings to gh
prefix
2014-12-22 23:18:58 -05:00
Rich Alesi
c0df3f0b3f
Added bindings to move between git gutter hunks and to allow staging
2014-12-22 23:09:34 -05:00
syl20bnr
1e88918cd0
Update documentation for git layer
2014-12-22 23:08:16 -05:00
syl20bnr
9ba237b77a
Define prefix commands for git layer
2014-12-22 23:06:13 -05:00
Rich Alesi
7945bf6b36
Open additional magit commands to the SPC
bindings
2014-12-22 22:56:25 -05:00
syl20bnr
f770404255
Dispatch flycheck hooks in relevant layers
2014-12-22 22:51:44 -05:00
syl20bnr
143ac02bf4
Simplify slime and eldoc config and adapt python eldoc config
2014-12-22 22:05:03 -05:00
Rich Alesi
c940087408
Update AutoHotkey layer, fix bugs, improve indentation
2014-12-22 21:54:47 -05:00
Bjarke Vad
ee0b0b240d
Updated haskell-mode bindings
...
- Fits better with conventions
- Check README.md for bindings
Fixes flycheck for haskell
- Disabled haskell-stylish on save as it interferes with flycheck errror highlighting
- Added a new binding, `SPC m f` that runs haskell-stylish
removed haskell-stylish-on-save
2014-12-22 21:49:20 -05:00
Ramachandren Srinivasa Rao
6aefba2a72
Fixes for company-mode for C/C++
2014-12-21 23:19:57 -05:00
Evan Dale Aromin
94e19c51d6
Add handlebars/hbs to web-mode file types
2014-12-21 23:19:26 -05:00