Eivind Fonn
7adca30aeb
Fix void variable error: smartparens-strict-mode
2015-11-26 23:25:48 -05:00
Robert O'Connor
42d1135438
Fix the badge - the github CDN cache is stale.
2015-11-25 00:33:00 +01:00
Fabien Dubosson
ec308f0f8e
Add a binding for helm-ag-pop-stack
...
Close #2736
2015-11-24 23:29:12 +01:00
Fabien Dubosson
028c53fbd7
Create the layer README on create-layer
...
When using `configuration-layer/create-layer`, the `README.org` file is
not created from the template. This change corrects this.
Close #3259
2015-11-24 23:20:45 +01:00
Kay Rhodes
7a8487cd68
README update to prevent homebrew mistakes
...
Homebrew users expect a homebrew install to get them everything they need.
Because of this I've added a note indicating that you *also* need to do
the git clone mentioned at the top of the file.
2015-11-24 23:19:38 +01:00
tcallan
54fda31f6d
elm: fixed misnamed function in repl bindings
...
When pull request #3855 was cherry picked in (due to conflicts),
spacemacs/elm-repl-push-decl-focus was incorreclty referenced as
spacemacs/elm-repl-push-decl in the keybindings.
2015-11-24 17:38:24 +01:00
syl20bnr
c732c9ea22
Move vi-tilde-fringe toggle to SPC T ~
2015-11-24 09:59:16 -05:00
syl20bnr
093ae18d26
yaml: enable company
2015-11-24 09:56:10 -05:00
Robert O'Connor
a842d5bdf8
company-nim is now bundled with nim-mode
...
Fixes #3935
2015-11-24 15:47:07 +01:00
Eivind Fonn
0c57b94cf4
Temporary disable org loading check
2015-11-24 15:43:18 +01:00
Travis B. Hartwell
a3635045c3
Fix major mode bindings for finance layer.
...
Key definitions no longer need to be prefixed with "m".
2015-11-23 13:01:32 -07:00
tcallan
881ac19114
elm: fix incorrect bindings
...
Upstream elm-mode renamed REPL related functions from *-elm-repl to
elm-repl-*, but the elm layer was still referencing the old names (except
for elm-repl-load which had previously been fixed).
2015-11-23 20:32:48 +01:00
Eivind Fonn
1b54bb4ebd
Move elm prefixes to packages.el
2015-11-23 20:27:36 +01:00
Brenton Alker
426d500574
elm: define key binding prefixes for major mode
2015-11-23 20:25:23 +01:00
d12frosted
4b9b61e5a0
[haskell] fallback to interactive mode
...
When user disabled ghc-mod, haskell mode should fallback to interactive
mode, so type bindings (and some others) are working properly. It's also
useful for ghci-ng users, but doesn't affect ghci-ng-only bindings.
Fix #3777
2015-11-23 20:23:11 +01:00
justbur
8ed77160bb
layers: Fix missing owner for some layers
...
This is a partial fix for #3493 . I didn't touch layers where I can't
tell what the intention was for how it should work.
2015-11-23 20:22:38 +01:00
Eivind Fonn
aa068a212a
Fix neotree documentation
2015-11-23 20:20:25 +01:00
Adam Olsen
ac9e81bf49
Set neo-vc-integration to nil by default
...
* Set `neo-vc-integration` to `nil` for much better performance
* Add documentation for the `neo-vc-integration` setting.
* Add documentation for the `neo-theme` setting.
2015-11-23 20:17:03 +01:00
Eivind Fonn
2918ca2b56
Clean up org loading check
2015-11-23 20:15:09 +01:00
Tony Day
3f72bec69a
Added check to catch when org has already been loaded.
2015-11-23 20:11:31 +01:00
Eivind Fonn
ddcc697213
Clean up scala-eldoc code
2015-11-23 20:09:57 +01:00
Diego Alvarez
a92cf03093
Disabled automatic eldoc-mode in scala layer
...
A conf var is provided to enable it automatically.
Default is null.
2015-11-23 20:06:39 +01:00
Martin Yrjölä
1f33ba3dcd
osx layer: Set sensible Emoji font
2015-11-23 20:04:16 +01:00
Jaakko Luttinen
86aa4da4c4
Add key binding for saving perpectives by names
2015-11-23 20:01:22 +01:00
Eivind Fonn
1ca1ee3720
More org improvements
...
- Evil bindings in org agenda
- Evil bindings in org calendar minibuffer
- Restore windows after org agenda
2015-11-23 19:58:26 +01:00
Eivind Fonn
0e919507ee
Insert missing HTML_HEAD_EXTRAs
2015-11-23 14:09:16 +01:00
Eivind Fonn
7c28986192
Fix some broken documentation
2015-11-23 13:57:27 +01:00
Travis B. Hartwell
1ed7658f0f
Generate necessary HTML for the Spacemacs docs.
...
Since there is not an easy way to hook into the title or table of
contents generation, use advising functions to post-process the output
of `org-html-toc' and `org-html-template' to insert the desired content.
Would like a cleaner way of doing this.
2015-11-23 13:44:32 +01:00
syl20bnr
b540b15afe
Move describe-keymap to SPC h d K and document it
2015-11-22 22:31:29 -05:00
syl20bnr
589ccded17
Add TODO in comment
2015-11-22 22:29:59 -05:00
syl20bnr
c4eb1224d8
Import 0.104.5 change log
2015-11-22 22:28:33 -05:00
syl20bnr
878c986f5f
Update evil-lisp-state configuration for version 8
2015-11-22 22:10:41 -05:00
Eivind Fonn
fbc6bc56cc
Remove temp workaround for evil-lisp-state
2015-11-22 22:10:35 +01:00
Eivind Fonn
4937a83900
Fix evilify bug in vinegar layer
2015-11-22 19:48:58 +01:00
Fabien Dubosson
3a5c375c6c
Correct forgotten python major mode bindings
2015-11-22 18:45:12 +01:00
Eivind Fonn
d16be23def
Add workaround for #3901
2015-11-22 10:33:57 +01:00
Eivind Fonn
17a2ae74ce
Fix bug with org ctrl-c-ctrl-c binding
2015-11-21 19:38:55 +01:00
Eivind Fonn
6a51119889
Fix erroneous org-mode leader keys
2015-11-21 19:33:11 +01:00
Eivind Fonn
32f11b8aa3
Indent spacemacs/set-leader-keys as defun
2015-11-21 18:32:53 +01:00
justbur
53e2c9ac27
layers: Fix leader key in some modes
...
Specifically need to be concerned with modes that make their maps
overriding.
1. dired
2. evil-magit
2015-11-21 18:22:51 +01:00
justbur
e1e850f179
core: Assume all which-key funcs available now
2015-11-21 18:22:51 +01:00
justbur
4e25b7609c
spacemacs-base: Add help-fns+
...
Adds useful help functions like describe-keymap.
2015-11-21 18:22:51 +01:00
justbur
87d61dbd3f
doc: Minor doc changes for evil-leader removal
2015-11-21 18:22:51 +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
justbur
ee6a486d4c
core: Add new set-key functions to core-keybindings
...
Set up to use bind-map instead of evil-leader for leader key
functionality.
Alias evil-leader funcs and remove package
2015-11-21 18:18:01 +01:00
Eivind Fonn
e7fbc84ff0
Remove package guards for evilified
...
See discussion in #3879
2015-11-21 11:07:14 +01:00
Sebastian Wiesner
659d585c7a
Fix type error in package-archives
...
The archive name must be a name.
Fixes `SPC a P`.
2015-11-20 11:45:08 +01:00
kr5x
05a40a2ee2
holy-mode: fix #3876
2015-11-19 12:36:03 +01:00
syl20bnr
28097d8ca8
typography: move SPC t Y to SPC t T
2015-11-19 01:16:46 -05:00
syl20bnr
f95422c61d
git layer: remove obsolete test since the package is protected
2015-11-19 00:56:25 -05:00