syl20bnr
d822241739
core: use request.el to check elpa archive availability
...
Add request.el to core/libs
Refactor package.el initialization in configuration-layer.el
Cosmetic improvements to loading messages
Remove redefinition of package-refresh-packages
2015-12-02 23:25:00 -05:00
syl20bnr
7be61762ed
core: add guards around package-refresh-contents redefinition
...
Authorize Spacemacs to redefine the function only for tested versions.
2015-12-01 09:48:18 -05:00
Eivind Fonn
87b6d3fbe9
Fix vcs microstate documentation
2015-12-01 12:45:37 +01:00
Eivind Fonn
4870030ba1
Auto-set evil-shift-width based on mode settings
2015-12-01 02:19:56 -05:00
syl20bnr
c85dcb6596
speed reading: minor cleanup
2015-12-01 01:46:51 -05:00
AdrieanKhisbe
5a69b6dd9c
Extract spray speed reading layer
...
cf #3882
2015-12-01 01:45:05 -05:00
syl20bnr
22cba50ab6
git: move stage/unstage commands to SPC g S
and SPC g U
2015-12-01 01:43:29 -05:00
syl20bnr
74bc25c32c
git: add autoloads for popup functions
2015-12-01 01:43:01 -05:00
ralesi
3fb775877b
Update git bindings. Make use of popup.
2015-12-01 01:37:48 -05:00
justbur
f25d9cc8f9
keys: Allow minor mode leader bindings
2015-12-01 01:29:56 -05:00
Sergey Shishkin
83e08d9e68
Typo
2015-12-01 01:28:02 -05:00
dotneter
658b8dfbf0
dash: Enable zeal on Microsoft Windows
2015-12-01 01:26:39 -05:00
justbur
81765e9f8f
keys: Fix #3927
...
Use new bind-map option to override minor-mode maps with the emacs
leader key.
2015-12-01 01:22:53 -05:00
syl20bnr
fcb596986f
core: add comment
2015-12-01 01:21:03 -05:00
justbur
63ff1926e5
themes: Silence free variable warning
...
Without this a popup is raised every time emacs25 starts up for
assignment to a free variable
2015-12-01 01:20:18 -05:00
Eivind Fonn
1e63a4a009
Fix diminish timing of git gutter packages
2015-12-01 01:19:30 -05:00
Allen Li
4321fccb05
Fix issue #3978
...
Duplicate prefix maps when evilifying maps to fix prefix binding getting
shared and overwritten between maps.
2015-12-01 01:18:01 -05:00
syl20bnr
e7985e8c6b
core: refactor init.el
2015-12-01 00:54:39 -05:00
Immortalin
1defaf7eb4
Added message to be displayed if emacs version is too old. This fixes #1481
2015-12-01 00:49:54 -05:00
syl20bnr
47f3ad3ac8
README.md: minor cosmetic change
2015-12-01 00:49:31 -05:00
Immortalin
9d326456a5
Update update instructions
...
This fixes #1837
2015-12-01 00:48:08 -05:00
syl20bnr
97ae903317
evilified-state: remove unnecessary pre-command-hook
2015-12-01 00:46:19 -05:00
syl20bnr
539f066e9d
core: remove debug message
2015-12-01 00:30:59 -05:00
syl20bnr
1e6e4023e8
evilified-state: handle minibuffer
...
Fix isearch not working with evilified keys.
Requires last version (3.11 or above) of evil-escape to be fully
functional.
2015-11-30 11:30:18 -05:00
syl20bnr
4d87ea626d
core: add a basic timeout of 5s to fetch elpa archive
...
New file core-emacs-ext.el
This is a basic monkey-patch solution but it will do the job for now.
The timeout amount is not configurable for now.
Tested on 24.5 and 24.3.1
fixes #3284
2015-11-30 00:49:12 -05:00
justbur
648a4e9937
keys: Fix #3981
...
Make bind-map use default behavior of evil-leader, which used local
state maps for global bindings.
2015-11-29 23:21:09 -05:00
syl20bnr
c6e625882f
version-control: move SPC T D
to SPC T C-d
...
By convention.
2015-11-29 23:08:38 -05:00
syl20bnr
a41308d528
version-control: convert newlines to unix format
2015-11-29 23:03:38 -05:00
syl20bnr
b843b77f32
version-control: minor changes to respect 80th column
2015-11-29 23:00:57 -05:00
ralesi
792d4471e7
VCS micro-state / Customizable diff margins
2015-11-29 22:44:18 -05:00
syl20bnr
eff69993b1
README: minor reformat to respect the 80th column
2015-11-29 22:35:48 -05:00
syl20bnr
64caca76c3
shell: remove usage of use-package for comint
2015-11-29 22:34:55 -05:00
Jenan Wise
d850fbc9aa
declare-prefix-for-mode for all derived clojure-mode
s.
...
Previously, prefixes only worked for `.clj` files, not `.cljs`, `.cljx`,
or `.cljc`. `clojure-mode.el` defines derived major modes for each of
those other filetypes.
In other parts of the clojure layer, `(dolist (m '(...` is used to apply
effects to all of the derived modes, but it was missing from the usage
of `spacemacs/declare-prefix-for-mode`.
`cider-repl-mode` was also added to this list.
2015-11-29 12:15:06 +01:00
Jenan Wise
8998c1de71
Declare prefixes for go layer.
2015-11-29 12:14:44 +01:00
Diego Berrocal
07e5a0ca9d
Protect prompt in comint-mode
2015-11-29 12:14:01 +01:00
Chris Perkins
d99259bcd5
Add some missing which-key prefixes
2015-11-29 12:12:43 +01:00
Fabien Dubosson
e19d968571
Add an alternative solution for HELM #1000 in FAQ
...
Close #3853
2015-11-29 12:04:56 +01:00
Fabien Dubosson
163b82c960
[FAQ] Make spell-checking supports curly quotes
...
Close #3829
2015-11-29 12:04:25 +01:00
Alex Charlton
2e717e8ca5
Declare helm prefixes for scheme layer
2015-11-29 11:57:23 +01:00
Jonathan Ragan-Kelley
d6196279e7
Note in README: customize dotfile *after* install
...
Prefix the "It is also recommended…" part of the Mac installation prerequisites with a note that this should be done *after* the basic install process.
This tripped me up and prevented initial installation. (The more detailed instructions and warnings added to Install since the current master will also help.)
2015-11-29 11:56:19 +01:00
Eivind Fonn
1ce8e28dc1
Fix smartparens loading in web-mode
2015-11-29 09:17:37 +01:00
syl20bnr
a19c0f3d24
core: remove spacemacs/set-key funcs and add a new pre-command-hook
...
This pre-command-hook translates the special key to the corresponding
emacs function key. This effects only happens in terminal, this hook is
a no-op in GUI.
By doing this we attempt to bring more consistency between the GUI
and the terminal regarding TAB and RET keys.
2015-11-28 23:11:48 -05:00
Ben
fb62086b34
Binding added to open Tex-output-buffer
2015-11-28 15:03:05 +01:00
syl20bnr
d5233a9706
core: new spacemacs function to set keys
...
spacemacs/set-key
spacemacs/set-key-for-state
These functions find normalized keys which should handle as sanely as
possible the GUI and the terminal.
See docstring of spacemacs//normalize-key for more info.
2015-11-28 00:13:31 -05:00
syl20bnr
c1446d3650
Revert "Binding added to open Tex-output-buffer"
...
`SPC m o` is reserved to the user.
This reverts commit f839f4a6b7
.
2015-11-27 21:08:31 -05:00
Ben
f839f4a6b7
Binding added to open Tex-output-buffer
2015-11-27 10:32:51 +01:00
Eivind Fonn
fa819a6634
Update documentation for packages binding
2015-11-27 10:32:51 +01:00
Caleb Meyer
7ea379dbde
Changed hotkeys for processes and packages. Fixes #3507 .
...
This commit changes:
<leader> a p from proced to list-processes
<leader> a P from paradox-list-packages to proced
and <leader> a k to paradox-list-packages.
2015-11-27 10:32:51 +01:00
Aku Kotkavuo
d5a63a2794
Clojure: recommend using :repl profile with CIDER
...
See http://blog.maio.cz/2015/11/cider-slows-down-leiningen-startup-here.html .
2015-11-27 10:32:51 +01:00
Brenton Alker
94ae7b1b40
javascript: Declare prefix for "text" "move" menu
2015-11-27 10:32:51 +01:00