d12frosted
fc978543ca
[ror] add key binding to find serializer
...
Fixes #9239
2017-08-08 19:11:41 +03:00
JAremko
98ff30f4bf
Fix CI with nested "Features:" list
2017-08-06 08:16:13 +03:00
JAremko
51ba983678
Make CI "FORMATTING" optional
2017-08-06 05:51:15 +03:00
J. Patrick Lanigan
955f828cd4
Fix links in BEGINNERS_TUTORIAL.org
...
See #9346
2017-08-06 04:50:43 +03:00
J. Patrick Lanigan
0a873b9731
Fix link and features in spacemacs-docker/README
...
See #9346
2017-08-06 04:50:30 +03:00
Benjamin Reynolds
67cdf74d58
Fix documentation issues in CONTRIBUTING.org
...
See #9346
2017-08-06 04:45:59 +03:00
Benjamin Reynolds
a0cdccace9
Fix documentation issues with slack and emoji layers
...
See #9346
2017-08-04 21:37:59 +03:00
Ivan Malison
85c023a5c5
Remove nils from call to org-projectile-project-todo-entry
2017-08-03 16:14:04 +03:00
JAremko
c9b668ed30
QF current export with relocate files
2017-08-03 10:23:53 +03:00
JAremko
d8addb1674
Improve README.org template
2017-08-02 20:42:12 +03:00
JAremko
f5e58bfb37
Shorten messages
2017-08-02 20:41:57 +03:00
JAremko
2ef230369a
Convert new exporter into standalone tool
2017-08-02 09:16:23 +03:00
d12frosted
c35b5b3dc3
set ivy-use-selectable-prompt to t
...
Following #8571 .
2017-08-01 16:51:19 +03:00
Dela Anthonio
d874f21a48
spacemacs-base: Add key bindings for projectile-edit-dir-locals
2017-08-01 16:49:41 +03:00
Dela Anthonio
cdb8672f04
php: Fix php-company autocompletion
...
Solve #9115 .
The company-minimum-prefix-length variable shouldn't be set to 1000. Doing so
prevents the company completion popup from showing. Instead, let the
company-minimum-prefix-length stay at its default value.
2017-08-01 16:49:13 +03:00
Dela Anthonio
8e3a59dbfd
c-c++: Refactor to reduce duplication
...
Instead of repeating actions for c-mode and c++-mode and their respective hooks,
let loop through each mode or hook to reduce duplication.
2017-08-01 16:45:12 +03:00
James Wang
74b8a3460d
Chinese layer: update package name due to upstream renaming
2017-08-01 16:44:33 +03:00
d12frosted
d5ae3a6a1f
use url-hexify-string to encode issue report body
...
Fixes #9301
2017-07-31 14:58:57 +03:00
d12frosted
8212b29ce9
[show user error when location is not set in theme changer
2017-07-31 14:57:02 +03:00
d12frosted
86f8cdff4d
update geolocation readme
...
- reorganise 'location' instructions
- add a note that location must be set for 'theme-changer'
2017-07-31 14:57:00 +03:00
d12frosted
532c11a0cc
fix geolocation layer on non-macos systems
...
Fixes #9221
2017-07-31 14:56:57 +03:00
Ivan Malison
6063466231
Make org-projectile
integration compatible with its new version
2017-07-30 16:10:15 +03:00
d12frosted
6f5c50127f
remove duplication of key bindings in ivy readme
2017-07-30 14:52:55 +03:00
Andy Lindeman
11180699e6
Adds GOROOT to list of variables copied from shell environment
...
From <https://golang.org/doc/install > "Installing to a custom location"
> The Go binary distributions assume they will be installed in /usr/local/go
> (or c:\Go under Windows), but it is possible to install the Go tools to a
> different location. In this case you must set the GOROOT environment variable
> to point to the directory in which it was installed.
2017-07-29 22:30:10 +03:00
duianto
1ecec7e538
Add missing which-key prefix names
...
Unnamed Which-key prefixes:
`SPC b`, `N -> +prefix`
`SPC x`, `j -> +prefix`
have to be opened to see what kind of commands they contain.
2017-07-29 22:13:25 +03:00
Dela Anthonio
3c8c28c4eb
c-c++: Declare "mg" prefix as "goto"
...
By convention, the "mg" prefix for all layers is "goto".
2017-07-29 22:00:19 +03:00
d12frosted
8304c030cd
improve geolocation readme formatting
2017-07-29 21:41:15 +03:00
d12frosted
139001e877
mention dependent layers in cscope layer readme
...
Fixes #9294
2017-07-29 21:35:37 +03:00
Francesc Elies Henar
5be6edf0b7
binds org-resolve-clocks
to ~, C r~
2017-07-29 21:24:52 +03:00
d12frosted
e4894a474d
fix travis build
...
Somehow TOC wasn't rebuild.
2017-07-29 20:49:59 +03:00
d12frosted
3c408b45a4
mention C-M-j key binding for using current input in ivy mini buffer
...
Fixes #8571
2017-07-29 20:33:41 +03:00
d12frosted
24d013bbb7
remove partial ivy documentation from DOCUMENTATION.org
...
We have README files for helm and ivy. Completion section says that user should
refer to specific readme file for further instructions and details. There is no
point to duplicate ivy documentation.
2017-07-29 20:31:52 +03:00
Michael Kohl
9a9d9a0feb
Add shortcut for cargo clippy
2017-07-27 22:35:33 +03:00
Tetsuro Takemoto
9ce0310678
Remove duplicated code
2017-07-26 19:48:42 +03:00
JAremko
f11f927485
Reorganize Travis tests
2017-07-26 14:50:34 +03:00
JAremko
3c03c4893b
Use spacemacs-base distro in spacemacs-base test
2017-07-26 14:50:20 +03:00
d12frosted
c77d826079
sort transpose functions and update documentation
2017-07-26 13:36:02 +03:00
Daniel Gomez
e2105b3f33
Add transpose senteces and transpose paragraphs keybindings.
2017-07-26 13:31:30 +03:00
duianto
38bf5fd9f2
Update spacemacs template, paste ts docstring
...
"micro-state" was the previous name for "transient-state".
Reword the sentence and quote the kill-ring variable.
Duplicate the docstring to the dotspacemacs-enable-paste-transient-state
variables docstring in core-dotspacemacs.el.
2017-07-25 21:51:26 +03:00
JAremko
547458ae23
rearrange functions in space-doc and centered-buffer modes
2017-07-25 01:56:44 +03:00
JAremko
fc00cfa882
core-documentation-edn refactoring
2017-07-25 01:56:29 +03:00
JAremko
b7955d66d4
Assume "no" for lazy installation in the --batch mode
2017-07-25 01:56:13 +03:00
JAremko
72659c59ab
Initial impl of export to intermediate doc formats
2017-07-25 01:56:03 +03:00
tinysong
c16c360cec
@Fix issue: SPC m : current major mode commands
2017-07-24 14:17:55 +03:00
jimyl
c8740530bf
fix misused function, `merlin' is a package not a layer
2017-07-24 00:29:18 +08:00
tinysong
a7d9f72461
New Feature: add shortcut "q" for deft-mode to quit window
2017-07-23 15:24:35 +03:00
tzhao11
b60cec6f09
fix typo in DOCUMENTATION.org
2017-07-23 15:19:50 +03:00
JAremko
ac02216964
Fix html layer installer of spacemacs-docker
2017-07-23 01:22:33 +03:00
JAremko
106f98497e
Update README.org template
...
Replace some local Org links with GitHub ones
2017-07-23 01:22:20 +03:00
John Stevenson
2ecfbef20a
Add keybinding to toggle between a keyword & a string
...
The function `clojure-toggle-keyword-string` will convert a string to a keyword,
or keyword to a string.
The keybinding is added under the Clojure refactor menu, in the
"cycle/clean/convert" section.
`SPC m r c :`
As this is a `clojure-mode` function, it is defined in the clojure-mode
refactoring keybinding section of packages.el.
2017-07-21 14:46:12 +03:00