Benjamin Reynolds
4c3f2e4291
Fix documentation for installing pass layer
2017-07-06 13:18:19 +02:00
Sam Pablo Kuper
6c15fca82d
Fix typo. Improve grammar.
2017-07-06 12:30:58 +02:00
Paul
4b347759b9
ruby: change documentation lookup key binding
...
`SPC m h h` is conventional key binding to show documentation for thing under
point. It is called by `spacemacs/evil-smart-doc-lookup`, so this change makes
`K` in normal state work as expected.
2017-07-06 12:30:11 +02:00
Paul
d3cef31ed6
Fix docstring for spacemacs/evil-smart-doc-lookup
2017-07-06 12:29:22 +02:00
Sebastian Nagel
5bca990d8f
Fix the base16-solarflare mapping in core-themes-support.el
2017-07-06 08:48:39 +02:00
JAremko
88eaed2733
Fix link
2017-07-04 13:09:53 +03:00
JAremko
44423c18d0
Implement and bind "distraction free mode" to SPC w C
2017-07-04 11:54:24 +03:00
JAremko
442b90e9e9
Rework centered-bufffer-mode
2017-07-04 11:54:09 +03:00
Eivind Fonn
f4b53d2a4f
Rename :depends to :requires
2017-07-03 09:54:53 +02:00
syl20bnr
d89f2dcf82
tests: rename helper functions
...
helper--set-layers -> helper--add-layers
helper--set-packages -> helper--add-packages
2017-07-02 10:53:26 -04:00
syl20bnr
6a34072d7f
tests: add tests for all code paths of layer-used-p and package-used-p
2017-07-02 10:51:33 -04:00
syl20bnr
3259b8667a
tests: simple move of code
2017-07-02 10:09:39 -04:00
syl20bnr
e2e532bb49
core: change <function>p to <function>-p suffixes for consistency
...
Also defined aliases for backward compatibility with `usedp` functions.
2017-07-02 10:09:39 -04:00
Eivind Fonn
cb17b2773b
Add some more :depends keywords
2017-07-02 09:41:38 -04:00
Eivind Fonn
2ee6c2c977
Fix: Better checking of used packages
2017-07-02 09:41:38 -04:00
Eivind Fonn
db4adde089
Fix: Check owner of dependent packages
2017-07-02 09:41:38 -04:00
Eivind Fonn
69b5f83d5a
Fix: Check dependencies for owned packages too
...
Fixes #9134
2017-07-02 09:41:38 -04:00
syl20bnr
3419247ee8
core: remove unused functions
...
configuration-layer/load-or-install-protected-package
configuration-layer/load-or-install-package
2017-07-01 18:06:47 -04:00
syl20bnr
dfad77dc47
core: update some doc strings
...
Rename arguments PKG to PKG-SPECS for consistency with make-layer function.
2017-07-01 17:48:31 -04:00
Allen Li
27e4c43c67
Replace mu4e multiple accounts with contexts
...
mu4e 0.9.16 now comes with a native contexts feature that completely
replaces the old hack for multiple accounts.
2017-07-01 11:05:37 -04:00
syl20bnr
cc0d8cafb2
core: rename configuration-layer/sync to configuration-layer/load
...
Replace the optional argument `no-install` by a global variable named
`spacemacs-sync-packages`.
Rename the hooks to reflect the renaming of the function.
Rename the flag `--no-sync` to the more explicit `--no-package-sync`
2017-07-01 10:54:37 -04:00
ZarsBranchkin
1e340f62f3
add --skip-sync startup flag
...
This adds a new startup flag `--skip-sync`. It will force spacemacs to skip
package synchonization. This can be useful in cases when you're working under
poor or restrictive network.
Thanks, @zaript, for this idea!
2017-07-01 09:54:21 -04:00
Eivind Fonn
ebc6ba015e
Implement directory search for ivy as well
2017-07-01 12:41:26 +02:00
Tim Jäger
0b2dfd0297
Implement helm-dir-search
...
This is equivalent to helm-file-search with the current directory as the scope
2017-07-01 12:41:03 +02:00
Evan Klitzke
ba17dd9158
Actually configure SPC m b to switch between ERC buffers.
2017-07-01 10:43:41 +02:00
JAremko
907306a117
optimize space-doc-mode
2017-06-25 00:14:29 +03:00
JAremko
48ef00e094
set pretty-docs nil by default
2017-06-23 22:29:55 +03:00
JAremko
c024c746b7
fix export
2017-06-23 22:29:41 +03:00
JAremko
ff333c3c3e
Add pretty docs option to .spacemacs
2017-06-23 22:29:31 +03:00
JAremko
d2b3498003
space-doc-mode improvements
2017-06-23 22:29:15 +03:00
Eivind Fonn
fcf186faff
Fix cfgl-layer docstring (concat not evaluated)
2017-06-23 09:27:05 +02:00
JAremko
cd3aa05fab
Improve issue reporting
2017-06-22 12:02:28 +02:00
Eivind Fonn
08561d8631
core: implement :depends for package declarations
...
This replaces the older pattern
:toggle (configuration-layer/package-usedp ..)
This implementation ensures that :disabled-for honors dependent packages, i.e.
if package a depends on package b, which is owned by layer c, and layer c is
disabled for layer d, then neither package a nor b will be configured for layer
d. Previously, this was only true for package a, but not b.
This commit also fixes:
- configuration-layer/describe-package now shows which post-init and pre-init
functions are disabled, if any
- Does not recreate all layer objects unconditionally when calling
configuration-layer/discover-layers. Previously, this led to all layers being
recreated after e.g. `SPC h SPC`, without any of the dotfile information.
Since this information is now necessary for
configuration-layer/describe-package, it’s important that we don’t clear the
indexed layers when invoking this function.
2017-06-22 11:53:05 +02:00
Eivind Fonn
a38d71782c
org: document new layer variable
2017-06-21 12:58:40 +02:00
Eivind Fonn
010164ce77
org: add layer variable for todo bindings
2017-06-21 12:56:44 +02:00
Eivind Fonn
4178a3de6e
Add defalias for ensime-type-at-point
2017-06-21 10:07:55 +02:00
Joao Azevedo
61737e6d79
Replace usage of ensime-print-type-at-point
by ensime-type-at-point
...
The `ensime-print-type-at-point` method was recently renamed to
`ensime-type-at-point`. This fixes the method call.
2017-06-21 10:03:00 +02:00
Aaron Jensen
26aa1c13c8
Remove spurious quote
...
Fixes parinfer's parsing of .spacemacs
2017-06-21 00:45:16 -07:00
tddsg
e2b49da274
pupo: option to split the active window or the entire frame
2017-06-21 09:38:50 +02:00
ZarsBranchkin
4353535a98
Fix disabled scrollbar remains
2017-06-21 09:37:05 +02:00
Tim Jäger
2985a26901
Add keybinding for cider-pprint-eval-last-sexp
2017-06-21 09:34:37 +02:00
Doug Beardsley
07eb1050be
Mention dante in a few places where it was missing
2017-06-20 19:07:41 +02:00
Swaroop
f20bdfd90f
[markdown] add key to toggle checkbox
2017-06-19 13:31:07 -07:00
d12frosted
d8c00ffd34
install orgit only when org package is used
...
Fixes #8890
2017-06-19 11:17:10 +02:00
nashamri
3ae35596cc
major-modes: add kivy
2017-06-19 11:13:26 +02:00
Hunter Haugen
83c90349cd
major-modes: add hoon
2017-06-19 11:09:29 +02:00
Steven Allen
f8bbc5f225
major-modes: add the vala programming language
...
Includes:
* Syntax highlighting
* Snippets (yasnippet)
2017-06-19 11:09:23 +02:00
Kai Wohlfahrt
a4aab1ee31
major-modes: add ebuild-mode
...
Adds ebuild-mode layer for development of Gentoo ebuilds, as requested
in Github bug #6606
2017-06-19 11:09:19 +02:00
Sven Fischer
25366dfe36
major-modes: add pkgbuild
2017-06-19 10:53:02 +02:00
jiejingzhang
3254849eb1
major-modes: add android logcat
2017-06-19 10:49:26 +02:00