syl20bnr
7990b8d167
Doc: rewrite core pillars to be straight to the point
2016-01-03 12:57:34 -05:00
syl20bnr
2ecea11204
Add now hot feature to change log
2016-01-03 12:42:49 -05:00
Eivind Fonn
24d0fe3b7b
Set helm-org-format-outline-path to t by default
...
Also ensure FAQ source works regardless of this setting
2016-01-03 18:30:41 +01:00
Eivind Fonn
02585f72a2
Fix ruby-end hook removal
2016-01-03 15:49:38 +01:00
Eivind Fonn
50e1fd6e65
Fix call to eyebrowse-rename
2016-01-03 15:49:22 +01:00
Eivind Fonn
208b1ca158
Fix layouts TAB behavior
2016-01-03 15:49:00 +01:00
Eivind Fonn
ee42853ac6
Fix helm grep
2016-01-03 15:47:39 +01:00
Fabien Dubosson
92bc0049e8
Change order of arguments in (equal …) to be more explicit
2016-01-03 15:12:56 +01:00
Luke Burton
5fc1033815
Unquote ruby-version-manager variable ( fix #4289 )
2016-01-03 15:11:11 +01:00
Kechao CAI
0ff8c2df48
Change shortcut of bookmarks in *spacemacs* buffer
...
In *spacemacs* buffer, the quick help in `[?]` shows that `m` jumps to
the menu. However, if one customizes the startup lists by setting
`dotspacemacs-startup-lists '(recents bookmarks projects)`, the shortcut
`m` of jumping to the menu would be shadowed and `m` jumps to Bookmarks.
With the help of travisbhartwell and TheBB, I changed the shortcut of
jumping to the Bookmarks to `a` to avoid this shortcut conflict.
2016-01-03 14:59:18 +01:00
Wieland Hoffmann
80a9add5af
doc: Don't make a link to quelpa verbatim
...
At least GitHubs org renderer only showed the raw markup when rendering
this link.
2016-01-03 14:42:14 +01:00
Fabien Dubosson
92d25d55eb
Fix another typo in README.md
2016-01-03 14:38:12 +01:00
Titouan Vervack
d6b128b2bb
Fix some typos in README.md
2016-01-03 14:36:10 +01:00
Fabien Dubosson
3e570dd595
Fix markup and justification in Rust auto-completion documentation
2016-01-03 14:32:03 +01:00
Immortalin
66402eb406
Add rust auto-completion documentation
2016-01-03 14:26:39 +01:00
Treri
cd954312f6
Fix horizontal/vertical splits documentation (-, /)
2016-01-03 14:22:55 +01:00
scloudyy
ef5bea1207
Fix push/pull keybindings in git README
2016-01-03 14:17:45 +01:00
syl20bnr
a8ba0a4eb8
Update change log
2016-01-03 00:26:09 -05:00
Eivind Fonn
8105e19d5e
Fix eyebrowse documentation
2016-01-01 13:16:46 +01:00
Eivind Fonn
dee5d7369c
Fix haskell SPC mht and SPC mhi
2015-12-29 17:33:33 +01:00
Eivind Fonn
9642c35a6a
Fix helm-spacemacs FAQ candidates
...
Yes helm, please do keep changing your API
2015-12-27 13:03:20 +01:00
Fabien Dubosson
374e37e32c
Add information about global-git-commit-mode
...
Fix #2522
2015-12-21 13:56:38 +01:00
syl20bnr
9e2b18e29a
core: replace -non-nil calls by delq
...
So spacemacs core still not depend on dash
2015-12-21 01:30:48 -05:00
syl20bnr
f9bd708311
elfeed: move J binding to gu and update documentation
2015-12-21 01:19:19 -05:00
Gergely Nagy
d9068c2154
elfeed: Add an unjam keybinding
...
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-12-21 01:14:49 -05:00
Wieland Hoffmann
31c73913b5
Remove rxt-fontify-regexp-at-point
...
It has been removed from pcre2el more than a year ago with
e1e8593db1
.
2015-12-21 01:07:52 -05:00
Fabián Heredia Montiel
1f4d034897
Add badwolf-theme to themes-megapack layer
2015-12-21 01:00:27 -05:00
justbur
864fd54209
Use spacemacs/set-leader-keys in evil-lisp-state config
...
Given the intended behavior of having evil-lisp-state-map available
under SPC k, it is simplest to bind it directly to
spacemacs-default-map.
This requires no changes to evil-lisp-state itself.
Fixes #4151
2015-12-21 00:59:24 -05:00
Fabien Dubosson
275f645f94
Fix web-mode
and erc-log
micro-states bindings
...
Without this change, `erc-log-micro-state` is overriding all `SPC m .`
bindings, and `web-mode` micro state is under `SPC m m .`.
2015-12-21 00:57:48 -05:00
syl20bnr
00c420211c
core: fix configuration-layer--refresh-package-timeout
...
Set it again to dotspacemacs-elpa-timeout in
configuration-layer/initialize
2015-12-21 00:56:04 -05:00
Eivind Fonn
2710c14153
core: load order fix
...
core-configuration-layer must be loaded before calls to
dotspacemacs|call-func, which may invoke configuration-layer//set-error
2015-12-21 00:45:17 -05:00
syl20bnr
70ea7a5d9c
Add documentation for spacemacs/recompile-elpa
2015-12-21 00:43:35 -05:00
justbur
1c61e35e93
core: Add recompile-elpa function
...
This is easier than "nuking elpa" when changing versions of Emacs since
we don't need to fetch the packages again, only recompile them.
2015-12-21 00:43:02 -05:00
justbur
46f36dc74d
core: Declare macro before it's called
2015-12-21 00:42:52 -05:00
justbur
ddf9d3f647
core: Add missing require
...
Mostly for compiler, but also makes the dependencies clearer
2015-12-21 00:42:38 -05:00
justbur
a713e8d71e
core: Fix free variable references
...
Most are innocuous. One is update-packages-alist in config layer. Define
the variable and give it a docstring with an explanation of its purpose.
2015-12-21 00:25:41 -05:00
justbur
39760a1cfe
core: Update to preferred versions of functions
...
1. Don't use beginning-of-buffer (or end):
These are for interactive use only according to compiler
2. reduce => cl-reduce
3. next-line => forward-line
next-line is only for interactive use
4. set-default-font => set-frame-font
set-default-font is obsolete since 23.1
5. show-subtree => outline-show-subtree (alias)
6. show-all => outline-show-all (alias)
2015-12-21 00:25:41 -05:00
justbur
bcdf346cb9
Fix for #4204 : Don't bind if emacs leader is ""
...
When we try to bind leader + "m" and leader is the empty string, we end
up binding to "m" directly which makes "m" all but unusable.
2015-12-21 00:23:05 -05:00
justbur
0b02475772
Use built-in evil functions to set default states
...
evil-set-initial-state is safer than manually adding and deleting from
the lists, because it knows about all available states and ensures that
the mode only shows up in one list. If it is in multiple list the
initial state depends on which is checked first, which we don't want.
2015-12-21 00:22:18 -05:00
syl20bnr
6f4a8defac
Document hybrid-mode-default-state variable
2015-12-21 00:14:54 -05:00
syl20bnr
5463a370bd
holy-mode: fix toggle rule regression
...
From doc:
SPC t e E toggles between vim and emacs styles (corrected)
SPC t e h toggles between vim and hybrid styles (was correct)
2015-12-21 00:14:46 -05:00
justbur
27fa611af6
holy-mode: Disable certain modes on activation
...
Includes evil-escape-mode and hybrid-mode for now, but more can be added
to holy-mode-modes-to-disable-alist.
2015-12-21 00:13:34 -05:00
justbur
84a8f124df
hybrid-mode: Add option to change default state
...
Useful for those who want to start in hybrid state with emacs bindings.
2015-12-21 00:13:29 -05:00
justbur
1d05f3887a
holy-mode == (evil-mode -1)
...
The proper holy-mode (IMO). Simply disable evil-mode and reset the
cursor and mode-line settings.
2015-12-20 23:25:48 -05:00
syl20bnr
a5022743e5
core: remove dash and f from boostrap and attempt to remove evil
...
Cannot remove evil due to bind-map requiring it.
2015-12-20 23:00:09 -05:00
Eivind Fonn
49cb5b3510
Fix eyebrowse/layouts layer re-syncing
2015-12-20 13:40:21 -05:00
syl20bnr
522366bbd1
spacemacs: hide cursor in helm buffers
...
fixes #4236
2015-12-20 01:16:36 -05:00
syl20bnr
e3a816b37d
org: move orgit to git layer and add documenation
2015-12-20 01:02:12 -05:00
Mikhail Skorzhinskiy
76ebff66f0
org: support org links to magit buffers
2015-12-20 00:52:53 -05:00
syl20bnr
88fba59879
evilified-state: normalize modified evil keymaps
...
on visual state entry
also remove ESC key binding in evilified state
2015-12-20 00:49:52 -05:00