justbur
1d28c96fae
ivy: Better C-h in counsel-find-file-map
...
Use new function counsel-up-directory which keeps track of the directory
you left.
Also add way to get to C-h through C-S-h.
2016-01-13 00:13:18 -05:00
fenxian
1ce399d24f
Fix key binding part in c-c++/README.org
2016-01-13 00:12:45 -05:00
syl20bnr
da385d6a48
spacemacs-ivy: simplify handling of smex
2016-01-13 00:07:04 -05:00
syl20bnr
321d2f028a
core: add configuration-layer/remove-layer(s)
2016-01-13 00:06:38 -05:00
justbur
36a0756211
spacemacs-base: Add back view-emacs-news
...
Some how it got lost moving helm into its own layer.
2016-01-12 08:19:47 -05:00
syl20bnr
a5857b3d7c
Optimize SPC j prefix
...
`SPC j j` is now for avy-goto-char (SPC SPC in 0.105)
`SPC j J` is for avy-goto-char-2
`SPC j s` is for splitting strings or sexps
`SPC j S` is for splitting strings of sexps, insert new line and indent
`SPC j n` is to split line at point, insert new line and indent
2016-01-12 01:17:41 -05:00
syl20bnr
80c7f1f667
Update change log next
2016-01-12 00:40:51 -05:00
syl20bnr
e77a81768e
Update change log for 0.105.8
2016-01-12 00:40:38 -05:00
syl20bnr
9a7c22152c
mu4e: no error if org-mu4e cannot be found
2016-01-12 00:08:51 -05:00
syl20bnr
3d63dd4392
core: fix red mode-line when an error occurred
...
Rename function configuration-layer//set-error to
configuration-layer//increment-error-count
2016-01-12 00:08:36 -05:00
syl20bnr
ac8a4bc7df
org-mu4e: use pre-init and post-init functions
2016-01-11 23:20:20 -05:00
syl20bnr
408e710e39
asm: clean up and tweaks
...
- Fix typos in README.org
- Add missing image
- Remove unecessary post-init functions
- Move SPC m h to SPC m h h to follow conventions
- Add correct copyright attribution
2016-01-11 22:58:57 -05:00
Tu Do
4675760cf5
Add asm-layer
2016-01-11 22:35:37 -05:00
syl20bnr
5c3fb7d20e
mu4e: remove redundant require of org-mu4e and add a note
...
about the usage of `:location built-in` for mu4e package
2016-01-11 22:25:03 -05:00
Christian E. Hopps
3cf2eee3b5
load org mu4e functionality when org or mu4e loads
2016-01-11 22:06:59 -05:00
isphinx
aaa94b012e
rust: format rust code using rustfmt
2016-01-11 22:01:48 -05:00
justbur
3e507eb225
org: Set org-imenu-depth to 8
...
This makes the depth of imenu consistent with
helm-org-headings-max-depth when ivy is used instead of helm.
2016-01-11 22:01:28 -05:00
Fabien Dubosson
78b8d939f4
Add spacemacs/describe-last-keys
2016-01-11 22:01:01 -05:00
Fabien Dubosson
2441b5861f
Remove duplicate definition of SPC hds
2016-01-11 22:01:01 -05:00
Fabien Dubosson
dbf6a9de7e
Improve describe-system-info output
2016-01-11 22:01:01 -05:00
Joshua Ballanco
3e911ddd07
Correct ignore pattern for private
...
The pattern `private/*` only ignores items one level deep in the private directory. More deeply nested files (e.g. `private/snippets/mysnip`) will *not* be ignored. Changing this to just `private/` ignores the entire directory structure (minus the files explicitly included).
2016-01-11 22:00:13 -05:00
syl20bnr
438bce3d29
Move request package storage directory to .cache
2016-01-11 21:59:34 -05:00
Alejandro Catalina Feliú
1ec305463d
Add javascript support on markdown
...
Enable syntax highlighting.
2016-01-11 21:45:13 -05:00
Eoin Houlihan
97a9487d84
Add Bountysource to "Supporting" in the README
2016-01-11 21:45:01 -05:00
Diego Berrocal
24dcc599cc
Rename Add Layer to Install Layer in helm-spacemacs
2016-01-11 21:43:49 -05:00
syl20bnr
046d86800c
Clean copyrights and update for year 2016
2016-01-11 21:42:17 -05:00
syl20bnr
d29ef7f339
Update contribution guide for copyrights
2016-01-11 21:39:53 -05:00
Chris Barrett
6d7d399cfe
Update packages.el template
...
- Remove extensions template
- Prompt before creating readme (Users creating private layers probably
don't want to create a readme)
- Template out layer author and email address
- Rename LAYERNAME to LAYER_NAME for readability
- Use fallback attributes if user-full-name is unset
- Fix inconsistent Spacemacs capitalization in template
2016-01-11 19:06:43 -05:00
syl20bnr
ce2811e5b6
Bump version to 0.105.8 and update change log
2016-01-11 11:02:04 -05:00
syl20bnr
8ca9f7a5e5
core: sort alphabetically the list of packages to be updated
2016-01-11 10:59:52 -05:00
Fabien Dubosson
46c7bce575
[bugfix] helm-spacemacs-faq has been renamed
2016-01-11 16:16:30 +01:00
person808
59319f9e8b
Fix typo in dotfile template.
2016-01-11 02:08:51 -05:00
syl20bnr
709087a6ba
Typo in change log
2016-01-11 01:59:32 -05:00
syl20bnr
e5c4b6733c
Add missing change in change log
2016-01-11 01:56:42 -05:00
syl20bnr
2d14b3920e
Update change log next
2016-01-11 01:50:20 -05:00
syl20bnr
7e6c4e9918
Bump version to 0.105.7 and update change log
2016-01-11 01:49:55 -05:00
syl20bnr
6bf066584a
Ivy: choose ivy--regex-ignore-order as regexp builder
...
Allow to type some text and then refine them by adding other word
separated by a space.
2016-01-11 01:27:38 -05:00
syl20bnr
ce33918714
Use spacemacs/add-to-hooks
2016-01-11 01:15:47 -05:00
Eivind Fonn
d8833215b0
Make scratch buffer major mode configurable
2016-01-11 01:13:10 -05:00
syl20bnr
6d1df2845f
core: remove evil variable aliases and change default to nil
...
People transitioning from Vim could be surprised if we set these
variable to t by default, so setting them to nil respects better
the POLA principle.
Impacted variables:
dotspacemacs-ex-substitute-global
dotspacemacs-remap-Y-to-y$
2016-01-11 01:13:10 -05:00
Fredrik Bergroth
71aa5f6616
Add dotspacemacs-ex-substitute-global setting
...
If non-nil, this setting inverts the behavior of the 'g' flag in
:s/pattern/replacement/g
2016-01-11 01:13:10 -05:00
Chris Barrett
de4c7502c0
Remove reference to undefined fn haskell-cabal-hook
...
Resolves #4512
2016-01-11 01:13:10 -05:00
Fredrik Bergroth
c9e459fd14
Clean up rust layer
2016-01-11 01:13:10 -05:00
Alejandro Catalina Feliú
7f3267e48b
IRC layers: Add the buffers to the persp
...
Right after initializing the custom layout, add the buffers to the
persp.
2016-01-11 01:13:10 -05:00
Fredrik Bergroth
c302ae4e67
Properly read version in .python-version
...
Fixes #4514
2016-01-11 01:13:09 -05:00
syl20bnr
3150106d64
Shorten Quotes about Spacemacs to Quotes
2016-01-11 01:13:09 -05:00
Fabien Dubosson
60d38ffdd2
Add "Quotes about Spacemacs" in README
2016-01-11 01:13:09 -05:00
justbur
c5528a5031
ivy: Minor changes to make more consistent w/ helm
...
1. Ask for intial directory in "file" search commands
2. "ry" -> counsel-yank-pop (browse kill ring)
3. Shorten which-key description for project search commands.
2016-01-11 01:13:09 -05:00
justbur
f3ef9cd206
spacemacs-buffer: Add back q binding
...
It seems to have been lost with the switch to fundamental-mode
2016-01-11 01:13:09 -05:00
Will Maier
6d8222cedc
Avoid clobbering golang variables
...
Instead of checking for our platform, simply test if the variables have
already been set. If not, let exec-path-from-shell figure out the right
values.
2016-01-11 01:13:09 -05:00