mahinshaw
8029222b26
Add mapping for switching between repl connections.
2016-02-23 20:51:07 +01:00
panicbit
8afd46a1c1
Add Rust support in markdown files
2016-02-23 20:48:13 +01:00
justbur
e69d5500bc
evil-jumps: Fix old function names
...
evil-jumper--push is now evil--jumps-push
2016-02-23 20:45:18 +01:00
Alejandro Catalina
bdd702dfbe
evil: enter insert-state only from normal-state
2016-02-23 20:42:59 +01:00
Fredrik Bergroth
48d05d3182
rustfmt: Remove obsolete package
...
This package was merged into rust-mode.
2016-02-23 20:42:25 +01:00
Eivind Fonn
cdd404bbeb
Use :toggle for srefactor
2016-02-23 20:38:50 +01:00
Magnus Therning
0455f215a0
c-c++: Add notes on related layers.
...
Signed-off-by: Magnus Therning <magnus@therning.org>
2016-02-23 20:37:16 +01:00
Magnus Therning
fe99ad671e
c-c++: Remove srefactor from static package list.
...
It should only be added to the list if emacs version > 24.4.
Signed-off-by: Magnus Therning <magnus@therning.org>
2016-02-23 20:37:16 +01:00
Magnus Therning
6e64e08f06
c-c++: Set paths for C headers from clang.
...
Signed-off-by: Magnus Therning <magnus@therning.org>
2016-02-23 20:37:16 +01:00
Alejandro Catalina
d68542e7da
cider: yet another missed occurrence
2016-02-18 23:30:38 -05:00
syl20bnr
2fef64ea7d
Remove conditions in packages-funcs.el
...
Package list is not yet available when packages-funcs.el files are
loaded.
2016-02-17 16:13:24 -05:00
JAremko
8628e45fd3
add typescript fmt
...
fixed typo
reordered packages
made formatting off by the default
fixed docs
fixed docs... Again
fixed docs... Like 3-d time
fixed docs... Did I?
I CAN DO IT!
hooked named function instead of lambda
2016-02-17 00:05:47 -05:00
Syohei YOSHIDA
4227404c29
Disable company-quickhelp-mode only when it is already enabled
2016-02-17 00:04:22 -05:00
Carlos Galdino
874e67b6ec
Show function signature for Golang buffers.
...
This fixes #4368 .
2016-02-16 23:59:51 -05:00
William Casarin
5dbc758499
haskell: Add all haskell-mode keybindings to literate-haskell-mode
2016-02-16 23:30:40 -05:00
adrsta
b7eda6f014
added name "preview" to p-prefix
2016-02-16 23:16:01 -05:00
Bailey Ling
45acd03df3
Include plantuml as a babel language if jar is defined
2016-02-16 23:14:53 -05:00
Alejandro Catalina
7d2181bd47
fix renamed cider-test-run-tests function
...
The function was renamed in recent commit to cider-test-run-ns-test, see
568263143b (diff-f8e2b8e5fa0f8c5cda946e72ab461994R572)
for more info.
2016-02-16 23:05:05 -05:00
Eivind Fonn
f3a15840b9
Add anaconda-eldoc-mode
2016-02-16 23:02:07 -05:00
justbur
aab007d225
evil-jumper: Remove obsolete package
...
The functionality is now incorporated into the evil core and this
package has been marked as obsolete.
2016-02-16 21:23:07 -05:00
Eivind Fonn
6f09ab5c07
Fix name of shell script function
2016-02-15 14:05:45 +01:00
syl20bnr
388ea21e75
elm: move functions and config to packages-funcs and packages-config
2016-02-14 23:55:34 -05:00
Alejandro Catalina Feliú
ed95c18610
elm: fix flycheck not working on subdirectories
2016-02-14 23:42:18 -05:00
Adam Sokolnicki
121fb065ee
Add bundle-open keybinding to the ruby layer
...
Also add missing information about `bundler` package to the README.
2016-02-14 23:41:06 -05:00
Joe Hillenbrand
2af4633b4d
Add company-shell to shell-scripts layer
2016-02-14 23:21:37 -05:00
William Casarin
dbf0fa3a9a
haskell: update broken hoogle-lookup-from-local
...
It was renamed to haskell-hoogle-lookup-from-local in:
44b5420829 (diff-7d97c622509a7bc5ed311b9ef7719095R110)
2016-02-14 23:18:10 -05:00
Sebastian Wiesner
bbdda23469
html: Don't enable web-mode for jsx files
...
- Conceptually it just doesn't feel right: JSX is no HTML, this would be the wrong layer.
- There's a react layer that provides dedicated JSX support.
- And there are other modes for JSX (js2-jsx-mode for instance) that user might want to use,
without affecting Web Mode for template files.
2016-02-14 23:17:55 -05:00
syl20bnr
86003bfc75
Elixir: move function to packages-funcs.el and prefix it
2016-02-14 23:15:39 -05:00
Mario Mainz
c476c03360
Remove ruby-end-mode and use smartparens instead
...
ruby-end-mode does not always behave correctly. An example for that is
if statements, which don't have an end statement if they are written on
one line. Also, it feels dirty to use a Ruby package to implement Elixir
syntax behaviour.
Smartparens has functionality to define pairs for certain major modes.
This adds smartparens pairs for the "do" keyword and the arrow (->)
operator, so that the "end" keyword is automatically inserted and
properly indented on enter.
2016-02-14 23:13:05 -05:00
Adam Sokolnicki
c4cf602255
Add missing keybindings to rspec-mode in ruby layer
...
Commands `rspec-toggle-spec-and-target` and
`rspec-toggle-spec-and-target-find-example` were missing.
2016-02-07 14:49:32 +01:00
Fabien Dubosson
06cb27e1dc
[doc] Fix some additional SPC :
to SPC SPC
2016-02-07 14:39:54 +01:00
Eivind Fonn
f94263919b
Fix previous commit
2016-02-04 19:31:47 +01:00
Eivind Fonn
1df4cfe206
Get clang args even if flycheck isn't installed
2016-02-04 14:09:35 +01:00
Jaakko Luttinen
34df7b03b0
Add key binding for going back in anaconda mode
...
There are keybindings `C-o` and `M-*` to go back already, but it could
be a good idea to add an entry to `SPC m g` (or `, g`) menu where the
other movement commands are.
2016-02-02 21:23:17 +01:00
Nate Wolfe
003b26ed83
[puppet] Use ruby-mode for Puppetfile support
...
The package 'puppetfile-mode' is no longer available as it's considered
redundant with ruby-mode, which should now be the mode to use for
"Puppetfile" files.
2016-02-02 21:15:26 +01:00
Utkarsh Kukreti
4de7c3df5f
Enable emmet-mode in sass and scss modes.
2016-02-02 16:48:37 +01:00
Eivind Fonn
b9939b19d8
Use built-in web-mode pairing
2016-02-02 16:34:45 +01:00
Bart Brouns
723a27c424
use faust-mode from melpa
2016-02-01 14:13:52 +01:00
Fredrik Bergroth
8f991e33f2
Add keybinding for sh-backslash-region
2016-02-01 00:15:42 -05:00
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
Robert O'Connor
7d82e576ab
Add plantuml layer
...
Adds support for PlanetUML, a tool to generate
UML diagrams from plain text.
2016-02-01 00:07:54 -05:00
syl20bnr
d924f036f9
TypeScript: change key bindings to be more conventional
...
To follow conventions and omnisharp bindings the following changes have
been made:
SPC g m --> SPC g t
SPC r --> SPC g u
SPC h d --> SPC h h
SPC s --> SPC s r
SPC n r --> SPC r r
2016-02-01 00:04:49 -05:00
JAremko
7a80049fa4
replaced typescript layer
...
fixed docs
Better docs, added linter and tsx mode
fixed typo
made TSX optional
2016-01-31 23:56:14 -05:00
syl20bnr
cc42fc31f9
Register ESS REPLs separately
2016-01-31 23:41:40 -05:00
Eivind Fonn
e29ac21345
Register all REPLs and make SPC m ' bindings
2016-01-31 23:39:25 -05:00
Eivind Fonn
e9f8377b92
Tweak flycheck loading process
2016-01-31 23:04:48 -05:00
Martino Visintin
a5fdf43845
substitute align-cljlet with clojure-align
...
align-cljlet was deprecated in favour of the vertical alignment in the
clojure-mode package.
2016-01-31 23:04:48 -05:00
Balaji Sivaraman
2b1ed603dc
Change all references of micro-state in codebase to transient-state
2016-01-31 23:04:47 -05:00
Fabien Dubosson
56115e9bce
Fix table alignment in SQL README
2016-01-31 21:48:52 +01:00
Xue Fuqiao
4958f7fc10
Fix "the point" problems
...
Point is a proper name when it refers to the current editing location.
Moreover, point designates a place *between* two characters (or before the first
character, or after the last character), rather than a particular character.
References:
* http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00414.html
* https://www.gnu.org/software/emacs/manual/html_node/elisp/Point.html#index-point
2016-01-31 21:48:52 +01:00