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
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
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
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
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
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
Evan Dale Aromin
94e19c51d6
Add handlebars/hbs to web-mode file types
2014-12-21 23:19:26 -05:00
syl20bnr
939cd9f8f0
Reformat tables
2014-12-21 23:19:04 -05:00
Bjarke Vad
9df3400643
Updated Haskell layer
...
- Uses cabal-repl instead of the deprecated cabal-dev
- Loads company-ghc if company-mode is enabled
- Fixed RET in REPL
- See README.md for keybindings
2014-12-21 23:05:29 -05:00
syl20bnr
0051aa73c4
Update conventions for help/doc key bindings
...
`m d` goes under help commands so it is now `m h d`
2014-12-21 22:52:57 -05:00
Daniel Wu
35eb7abe91
use emmet as yasnippet source
2014-12-19 21:00:00 -05:00
syl20bnr
be338e9ee4
Refactoring of some javascript layer package initialisation
2014-12-18 21:39:41 -05:00
Andrew Oppenlander
f2a406abe6
Fixed tern-auto-complete to load correctly
2014-12-18 21:30:19 -05:00
syl20bnr
24fbeb4aed
Move iedit layer to spacemacs layer
2014-12-17 21:26:52 -05:00
syl20bnr
a3bf7e50d5
Add comment for js2-imenu-extra-mode activation
2014-12-17 18:54:58 -05:00
Daniel Wu
4402f05405
enabled js2-imenu-extra-mode in javascript mode
2014-12-17 18:52:03 -05:00
syl20bnr
9ec8038554
Move fancify symbols in clojure layer + refactorings
...
Refactoring aims at eliminate redundancy of sexp where
it is possible.
2014-12-17 00:58:14 -05:00
vijaykiran
0069c09f2f
Init fancify symbols in clojure mode without cider
2014-12-17 00:47:24 -05:00
Daniel Wu
ad3acfc3b5
moved html and css packages to a contrib layer
2014-12-15 22:58:55 -05:00
Nate Wolfe
6738be9e42
Add align-cljlet package to clojure layer
2014-12-15 21:27:18 -05:00
Nate Wolfe
d8ee5a4a85
Fancy symbols for Clojure's anonymous functions and set literals
2014-12-15 21:27:18 -05:00
Chris Barrett
6fc0b79a33
Update packages.el
...
Fix typo preventing layer initialisation.
Submitting this PR via the github online editor--let me know if anything weird happens.
2014-12-14 13:16:29 -05:00
syl20bnr
9f21172540
Fix bad format and typos in layer READMEs
2014-12-14 00:32:25 -05:00
syl20bnr
c7f9a9c07e
Move hy-mode package to python layer
2014-12-14 00:19:20 -05:00
syl20bnr
59286d8ea4
Move ghc package to Haskell layer
2014-12-13 23:31:03 -05:00
syl20bnr
95a1795873
Move Scala packages to scala layer
2014-12-13 23:29:23 -05:00