Jerry Peng
14e090af19
scala: support replacing ascii arrows with unicode ones
...
Add a configuration option `scala-use-unicode-arrows` to
the scala layer, which when enabled replaces `->`, `=>`
and `<-` with corresponding unicode characters (Scala
supports unicode arrows natively).
2016-02-01 00:14:59 -05:00
Eivind Fonn
e29ac21345
Register all REPLs and make SPC m ' bindings
2016-01-31 23:39:25 -05:00
syl20bnr
046d86800c
Clean copyrights and update for year 2016
2016-01-11 21:42:17 -05:00
Sebastian Wiesner
f707993d2e
scala: Fix typo in variable name
...
Sorry :(
2016-01-05 00:44:10 -05:00
Sebastian Wiesner
c8e1ee0026
scala: Automatically insert asterisk in multiline comments
2016-01-03 22:23:11 -05:00
Sebastian Wiesner
ffb4eded3a
Keep cleaning up whitespace in scala-mode
...
Remove the advise around scala-indent
2016-01-03 22:23:11 -05:00
Eivind Fonn
ddcc697213
Clean up scala-eldoc code
2015-11-23 20:09:57 +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
Sebastian Wiesner
1a7bc42089
scala: Enable Ensime’s Expand Region integration
...
See https://github.com/ensime/ensime-emacs/pull/263
2015-11-03 00:00:55 -05:00
Sebastian Wiesner
02542d6996
scala: Fix bindings for Ensime test commands
2015-11-03 00:00:55 -05:00
Sebastian Wiesner
7a7300ac42
Declare prefixes for Ensime keybindings
2015-10-21 17:29:39 -04:00
Sebastian Wiesner
6a60346b72
Only disable scala syntax checker in Ensime
...
Flycheck also includes a scalastyle syntax checker which is still
useful because Ensime doesn't have scalastyle support.
2015-10-18 22:12:28 -04:00
Sebastian Wiesner
cc9f1c1065
Bind mbb to sbt-command in scala layer
...
Provides a shortcut to run arbitrary SBT commands from scala mode
buffers
2015-10-14 00:29:30 -04:00
person808
c1b6293268
Replace eval-after-load
with with-eval-after-load
.
...
We now backport the macro for 24.3 so we can use it everywhere.
2015-10-07 15:51:39 -04:00
justbur
6eab954afe
Use + instead of ! for layer categories
...
Helm seems to treat "!" specially in pattern matching, so having a ! in
the pattern string when traversing directories is problematic. This
change fixes #2737 , because as far as I can tell "+" has no special
meaning in a helm pattern.
Of course, we can choose a different character, but I'm fond of "+" as
representing "more layers here".
2015-09-11 00:13:51 -04:00