syl20bnr
29c78ce841
Defer packages by default using use-package-always-defer
...
Warning now `:defer t` is implied, to force a package to load `:demand t` is
now necessary.
2018-02-27 23:32:52 -05:00
syl20bnr
83a6778eab
Lazy load diff-hl and move lsp-ui-mode hook
2018-02-27 23:32:52 -05:00
denin
8009e1bf50
evilify vc-* buffers
2018-01-20 10:54:40 -05:00
syl20bnr
326965d4ce
Happy New Year 2018!
2018-01-04 02:00:25 -05:00
bmag
433ae7c30b
git-gutter: remove redundant arg for timer
2017-08-11 23:56:24 +03:00
Aaron Jensen
d47066611b
Defer git-gutter loading
...
As it was, git-gutter and git-gutter+ get started as soon as emacs starts if
they're enabled. This added about 500ms to startup time on my machine, so this
will instead defer it until emacs has been idle for 5 seconds.
2017-08-11 23:56:24 +03: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
Steven Allen
58d521af51
Unbreak diff-mode
...
diff-mode is for *editing* diffs. Defaulting to evilified state and binding j/k
breaks this.
You can still use TAB/S-TAB to navigate through hunks.
2017-05-19 16:58:01 +02:00
Bryan Gilbert
45a7740215
remove automatic call to linum-setup when using git-gutter
2017-04-28 22:52:24 -04:00
JAremko
c277c9716b
add browse-at-remote
2017-03-30 22:15:23 -04:00
Ayush Goyal
b00096e9ef
Add transient state for smerge mode
2017-03-13 19:21:57 +02:00
syl20bnr
fb27ede558
Bump year in copyright headers
...
Happy New Year 2017!
2017-01-05 23:08:17 -05:00
bmag
6e4442e0db
Rename and add missing definition of version-control-diff-side
2016-11-05 13:03:23 +02:00
Emmanuel Touzery
1176a23dff
version control: let the user pick on which side to display the diff
2016-11-05 12:43:51 +02:00
Eivind Fonn
3ce6f41b1e
Fix version-control layer in daemon mode
2016-08-30 16:00:05 +02:00
syl20bnr
afc6f8561e
version-control: change function prefix to spacemacs
2016-07-06 21:12:02 -04:00
Jeremy Bi
81626bee0b
Run diff-hl-magit-post-refresh
after committing
...
Otherwise `diff-hl-mode` still highlights uncommitted changes
2016-07-06 20:49:11 -04:00
ralesi
10d2dce0be
Fixes #6051 , checks for existance of git-gutter.
2016-05-29 23:05:04 -04:00
Eivind Fonn
325067bc10
unimpaired: Move hunk commands to version-control
2016-05-06 13:27:44 +02:00
person808
ba30c06754
Fix git-gutter linum setup.
2016-02-07 15:01:46 +01:00
syl20bnr
046d86800c
Clean copyrights and update for year 2016
2016-01-11 21:42:17 -05:00
ralesi
993300ce4d
Fix loading of git gutter fringes.
2015-12-03 23:48:25 -05:00
Eivind Fonn
1e63a4a009
Fix diminish timing of git gutter packages
2015-12-01 01:19:30 -05:00
ralesi
792d4471e7
VCS micro-state / Customizable diff margins
2015-11-29 22:44:18 -05:00
justbur
9befd20a1a
layers: Transition to new key bindings functions
...
Removes dependence on evil-leader centralizing control over the method
of key binding in core-keybindings.el
2015-11-21 18:22:51 +01:00
Eivind Fonn
e7fbc84ff0
Remove package guards for evilified
...
See discussion in #3879
2015-11-21 11:07:14 +01:00
justbur
b294461957
evilified-state: Make into local package
2015-11-18 23:35:01 -05:00
syl20bnr
96e7c8ee86
git and github: reorganize key bindings
...
gd is now "diff"
gh is now "github"
gg is not changed for "github gist" (updated the prefix name)
Inverts gc and gC since commit is more frequent than checkout
2015-11-02 00:16:13 -05:00
justbur
6eab954afe
Use + instead of ! for layer categories
...
Helm seems to treat "!" specially in pattern matching, so having a ! in
the pattern string when traversing directories is problematic. This
change fixes #2737 , because as far as I can tell "+" has no special
meaning in a helm pattern.
Of course, we can choose a different character, but I'm fond of "+" as
representing "more layers here".
2015-09-11 00:13:51 -04:00