Boris Buliga
9dab3b2e8e
update haskell README
...
Improve PATH section. As requested in #2142 .
Also make some minor improvements.
2015-10-09 12:17:51 +02:00
Eivind Fonn
812d35a100
Doc conventions for lisp layer READMEs
2015-10-09 12:15:35 +02:00
David Mohl
7947e2ee5b
added documentation link to lisp-state to lispy languages
2015-10-09 12:12:19 +02:00
Fabien Dubosson
cde101955d
Correct java
layer's documentation ( close #3293 )
2015-10-09 12:09:03 +02:00
Christoph Paulik
806573b09b
javascript: add instruction for installation of JSHint
2015-10-07 15:51:40 -04:00
Severen Redwood
7924a782a2
Add a function and keybinding for cargo clean
2015-10-07 15:51:40 -04:00
mahinshaw
58f2937260
Use exec-path-from-shell-copy-env to set RUST_SRC_PATH for racer
2015-10-07 15:51:40 -04:00
Markus Bertheau
fff86b6a4e
Add CIDER quick start for boot
2015-10-07 15:51:40 -04:00
William Casarin
5dd4aa5fd2
hoogle-lookup-from-local key binding
2015-10-07 15:51:40 -04:00
Swaroop C H
0a6c619194
[python] Allow user to customize fill column
2015-10-07 15:51:40 -04:00
GeorgeLenton
a28e776b84
Enable Emmet tab expansion using hybrid mode
...
Previously only worked for vim & emacs.
2015-10-07 15:51:40 -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
Eivind Fonn
dfd84809ba
ocaml: Document opam initialization
2015-10-07 15:51:39 -04:00
Eivind Fonn
560f77f901
ocaml: Don't error if command returns empty string
2015-10-07 15:51:39 -04:00
Eivind Fonn
c1561eadb7
Fix pylookup
...
- Set executable bit on pylookup.py
- Add update functions to autoload
- Document use of update functions
- Fix path setup
2015-10-07 15:51:39 -04:00
Boris Buliga
a4642ef774
update haskell README file
...
- update section about setting up PATH by updating value of
=exec-path= (previously it was saying to update it in =user-init=
function, but looks like you need to do it in =user-config=) -
following #1718
- add FAQ section
- add note about setting up =stack-ghci= as =haskell-process= (as
noted in #2142 )
- add note about fixing problems with =ghc-mod= and =stack=
- add note about fixing stuck REPL (following #3271 )
2015-10-07 19:22:28 +02:00
d12frosted
377ac14454
add notes on using stack
2015-10-07 18:18:00 +03:00
d12frosted
6b8df266ca
fix key binding for switching back from REPL
2015-10-06 21:09:53 +02:00
Eivind Fonn
9e58476ffe
Document ESS toggle underscore
...
Fix #3222
[ci-skip]
2015-10-05 12:07:45 +02:00
Eivind Fonn
b85c153291
Document other layers in go
...
Fix #2750
[ci-skip]
2015-10-05 12:07:45 +02:00
Eivind Fonn
5d04465c69
Document gofmt-command
...
Fix #3065
[ci-skip]
2015-10-05 12:07:45 +02:00
Eivind Fonn
f4b3f43961
Fix cljr-extract-def binding (again)
2015-10-02 13:45:27 +02:00
Eivind Fonn
95a7d266b1
clojure: add SPC msI to README
2015-10-02 13:43:20 +02:00
immortalin
90660ac315
Updated README with appropriate keybindings and link to the library that
...
cider use to format code.
2015-10-02 13:40:38 +02:00
immortalin
d8b3abfa8f
Added keybinding for cider-format-buffer.
2015-10-02 13:40:38 +02:00
Eivind Fonn
e8f146acfb
Fix cljr-extract-def binding and update README
2015-10-02 13:40:30 +02:00
Markus Bertheau
f5ca69f059
Add key binding for cljr-extract-def and prefix declarations for clojure
2015-10-02 13:36:23 +02:00
Benjamin Albrecht
7f0c32a2d0
Add keybinding for cider-jack-in-clojurescript
...
as described in https://github.com/clojure-emacs/cider#clojurescript-usage
2015-10-02 13:35:48 +02:00
syl20bnr
f21d1bb6e8
markdown: move SPC mcr
to gh-md init function
2015-09-29 21:41:58 -04:00
Tommi Komulainen
81f6ab4dc2
markdown: include missing gh-md package
...
Needed for `SPC m c r` (gh-md-render-buffer) command. Fixes #3192
2015-09-29 21:37:32 -04:00
Tommi Komulainen
e22b2eadd0
doc: haskell: fix link to structured-haskell-mode visualizations
...
Include an anchor to try to get as close to the visualizations as
possible.
2015-09-28 23:22:06 -04:00
syl20bnr
383b1bec20
Update dotspacemacs/config and dotspacemacs/init occurrences
2015-09-28 02:05:18 -04:00
justbur
776c4f0a97
emacs-lisp: Add eval funcs and fix leader bindings
...
Functions for evaluating the form (not an atom) that the point is
currently in, and for evaluating the symbol underneath the point. Both
require smartparens to work.
Also, add all evil-leader bindings to lisp-interaction-mode and declare
prefixes.
2015-09-27 22:15:31 -04:00
Eivind Fonn
1e290b4282
Fix smartparens configuration in html layer
2015-09-27 21:06:07 -04:00
person808
706185b771
Simplify setting anaconda-mode server directory.
...
There is now a built-in variable we can use to customize the directory.
2015-09-23 23:32:02 -04:00
Alexandr Skurikhin
4eb83f2079
python-mode: fix py-yapf for yapf >= 0.3.0
...
yapf >= 0.3.0 now returns 2 if source code was changed.
2015-09-23 23:11:04 -04:00
Robert O'Connor
e43ebf20a4
tweak evil-matchit for ruby
2015-09-23 23:09:21 -04:00
Robert O'Connor
24c642ff3d
Add back and fix evil-matchit for python-mode
2015-09-23 23:09:08 -04:00
syl20bnr
25ee106bdb
Migrate some configuration to new built-in location
2015-09-23 22:02:39 -04:00
syl20bnr
c505fde5e4
python: put anaconda-mode dir in cache dir
2015-09-22 19:28:53 -04:00
Timothy Jones
2f6a45f561
Rename the idris-lang layer to idris
...
The idris-mode package has been updated to no longer use the
idris-packages variable, which allows the Idris layer to safely be
renamed to the standard for other languages.
2015-09-22 11:08:22 +02:00
Robert O'Connor
3839e1a925
Temporarily disable evil-matchit for python.
...
See #3068 ; redguardtoo/evil-matchit#18 and redguardtoo/evil-matchit#58
2015-09-19 01:02:22 -04:00
Tim Jäger
e06ee1f9f2
Updated README.org file for extra-langs layer
2015-09-19 00:57:32 -04:00
syl20bnr
5e0fa16a32
go: move SPC m h p
to SPC m h h
...
To follow conventions
2015-09-17 13:45:37 -04:00
bogdanteleaga
9daac9b306
lang/go: change keybindings to removed shadowed oracle and follow conventions
2015-09-17 14:45:27 +02:00
Eivind Fonn
4f95d58bd4
Fix evil-matchit for python and ruby
2015-09-14 12:05:13 +02:00
Robert O'Connor
08ce016d63
add evil-matchit support for python
2015-09-14 12:03:30 +02:00
Robert O'Connor
79e2b1a646
add evil-matchit support for ruby files
2015-09-14 12:03:28 +02:00
luxbock
7b404f46c6
clojure: various tweaks
...
- Add missing leader prefixes
- Stop using deprecated cider-jump-to-var (Use cider-find-var instead)
- Add toggle for indentation style in clojure-mode
- Remove cider-debug-defun-at-point in repl leader (It doesn't do
anything other than messing up the buffer)
- Add spacemacs/cider-display-error-buffer
- Gives faster access to display the last error buffer.
2015-09-13 23:01:15 -04:00
Or Neeman
18ea193be7
Correct Idris layer's name in its README
2015-09-13 22:22:03 -04:00
Eivind Fonn
9a76e9dd9e
CSS improvements
...
- Add binding for helm-css-scss in css mode
- Add smartparens to all css-like modes
2015-09-13 22:21:50 -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