Fredrik Bergroth
dad78fbdef
spacemacs-base: evilify tar-mode
2016-05-29 23:01:13 -04:00
Eivind Fonn
a2a331cb8f
Don’t explicitly set box attribute
...
Since the face inherits from mode-line this is unnecessary, and makes it
difficult to change the mode-line box property.
2016-05-29 22:51:22 -04:00
syl20bnr
46138cd25a
Move declare-layers functions to new layers.el file
2016-05-28 21:26:00 -04:00
syl20bnr
2b6292ef10
spacemacs-bootstrap: remove f and s in package list
...
It is unneeded to list them.
2016-05-27 00:32:05 -04:00
syl20bnr
818afdfc71
Update diminish-hook to make it work with emacs daemon
...
And move the function to funcs.el
2016-05-27 00:32:05 -04:00
sooheon
671a4d21b7
Workaround for diminish without spaceline
...
@justbur's workaround, addresses #5194 .
https://github.com/syl20bnr/spacemacs/issues/5194#issuecomment-189389164
2016-05-27 00:32:05 -04:00
syl20bnr
fd756a124e
New layer nlinum + revert default support for linum
...
To use nlinum + nlinum-relative add the nlinum layer
Note: there are still work to do on nlinum-relative, at some point we
may replace linum by nlinum completely.
2016-05-20 23:57:32 -04:00
syl20bnr
da55a898ee
Fix diminish for hi-lock mode
2016-05-20 09:03:00 -04:00
syl20bnr
ee1d7d4bfa
Revert "New layer spacemacs-projects containing projectile and neotree"
...
This reverts commit 3f22eeaa03
.
Projectile is used in various places and can be considered a base
package.
2016-05-19 20:22:07 -04:00
syl20bnr
463e477fd1
Revert "scroll transient state: invert up and down"
...
This reverts commit c9f7fc097e
.
Motivation: prefer to match the behavior of `[`, `]`, `{`, `}` etc...
instead of `j` and `k`.
2016-05-17 11:00:50 -04:00
codefalling
fa4eeb49f0
Replace linum by nlinum and nlinum-relative
2016-05-17 00:02:41 -04:00
syl20bnr
c9f7fc097e
scroll transient state: invert up and down
...
In order to map j and k (that is the left key goes down and the right
key goes up)
2016-05-16 14:29:30 -04:00
syl20bnr
1f993bddf6
Rename spacemacs-helm and spacemacs-ivy layers to helm and ivy
...
For ivy users: be sure to update your dotfile by replacing spacemacs-ivy
by ivy
2016-05-15 22:24:27 -04:00
syl20bnr
bb3e8eca42
Move ido config to new layer spacemacs-completion
2016-05-15 21:55:57 -04:00
syl20bnr
1f2d817708
New spacemacs-misc layer, move request to it
2016-05-14 12:28:57 -04:00
syl20bnr
3f22eeaa03
New layer spacemacs-projects containing projectile and neotree
2016-05-14 11:57:32 -04:00
syl20bnr
0319216b28
Remove dash from spacemacs-bootstrap
2016-05-14 11:57:32 -04:00
syl20bnr
c2de2271eb
Move page-break-lines to spacemacs-bootstrap
2016-05-14 11:57:28 -04:00
syl20bnr
cf202d60f3
Move undo-tree and ws-butler to spacemacs-editing
2016-05-14 11:57:28 -04:00
syl20bnr
f959bc4b19
Move popup, popwin, fill-ci, hl-todo to spacemacs-ui-visual
2016-05-14 11:57:27 -04:00
syl20bnr
3f2bdcc03b
Move restart-emacs to spacemacs-ui
2016-05-14 11:57:27 -04:00
syl20bnr
7d25e9dab4
Move some evil related packages to spacemacs-evil
2016-05-14 11:57:27 -04:00
syl20bnr
bb2e582703
move diminish to spacemacs-bootstrap
...
Also cleanup diminish init function
2016-05-14 11:57:23 -04:00
Eivind Fonn
5b719df500
Some fixes for visual shift variable
...
- Rename mode to state (preferred nomenclature in evil)
- Change default value
- Add to dotspacemacs template
- Fix parens
2016-05-06 13:46:41 +02:00
Steven Allen
bd4bdd3119
core: make retaining visual mode on shift optional
...
default to disabled to follow vim's behavior.
fixes #5273
2016-05-06 13:36:46 +02:00
Eivind Fonn
975b83b68b
Diminish visual-line-mode as L
...
See discussion in #5894
2016-05-06 10:09:44 +02:00
Martin Yrjölä
169d6873c9
Disable large file check for certain major-modes
...
Introduce a variable spacemacs-large-file-modes-list to determine these
modes.
2016-05-05 13:00:34 +02:00
Xiao Hanyu
6d2de9ebcb
Diminish setting for visual-line-mode.
2016-05-05 12:52:08 +02:00
Kalle Lindqvist
865773c04b
Fix tramp history file path
...
The variable 'tramp-persistency-file-name' is supposed to be a filename,
currently it is pointing to a directory which means tramp will not be
able to save and reuse connection information.
2016-05-05 12:51:07 +02:00
Eivind Fonn
7383bac3a3
SPC cd: close more compilation windows
2016-05-05 12:50:27 +02:00
syl20bnr
e3f5a12ba4
Fix error on startup (void-variable evil-normal-state-map)
2016-04-29 18:43:45 -04:00
syl20bnr
2434d0214b
Add async to bootsrap packages
2016-04-29 18:37:42 -04:00
Christoph Paulik
421cb62783
Fix showing of indicators in the fringe.
...
Fix #5510
2016-04-29 18:27:08 -04:00
Szunti
dacd5e2544
Don't mark request pacakage as built-in.
...
It's not a built-in package and this prevented updating. Fixes #5523 .
2016-04-21 21:13:22 -04:00
Eivind Fonn
d0ae648ff3
Normalize keymaps in visual line toggle
2016-04-21 21:10:41 -04:00
Eivind Fonn
076d624923
Fix offset detection in js2-mode
2016-04-21 21:09:40 -04:00
Eivind Fonn
ba7254f522
Fix transparency transient state docstring
2016-04-21 21:04:52 -04:00
syl20bnr
b123b21498
Add elm-mode to sensitive mode for auto-indent on paste
2016-04-17 12:59:30 -04:00
Joe Hillenbrand
af6f3d0d87
Bind SPC p T
to projectile-test-project
...
The purpose of `projectile-find-test-file` is not obvious
and it is not applicable to all languages.
Actually running the tests seems like a more useful and intuitive binding.
2016-04-17 00:37:47 -04:00
sooheon
09098c09cf
Set popwin config for Help buffer :noselect t
...
Fixes issue #5546 . Does not change behavior when calling help directly,
as with describe-function or describe-variable.
2016-04-13 00:09:18 -04:00
Eivind Fonn
052896e782
Fix ace-delete-window bindings
2016-04-12 23:02:03 -04:00
Eivind Fonn
dd6e1aea99
setq -> set
2016-04-12 22:57:14 -04:00
Allen Li
b9cd585d1a
Set evil-want-Y-yank-to-eol properly
...
Use correct customize function, custom-set-variables is meant to be used
for the saved customize settings file.
2016-04-12 22:52:09 -04:00
Dominique Bégin
e243454de3
Add keybinding for rotating windows backwards
2016-04-12 22:49:56 -04:00
Daniel Luna
e0fd4f5cd3
<SPC> f y working in dired buffers
2016-04-11 20:57:54 +02:00
Eivind Fonn
9b60b133ad
Add documentation to transparency TS
2016-04-08 17:43:18 +02:00
sooheon
b77b541e3a
Allow = to be used to increase transparency
...
-,= is easy to go back and forth, without needing to press shift for +.
2016-04-08 17:39:33 +02:00
zilongshanren
61115f3e6b
remove duplicated configs of eldoc
2016-04-07 23:01:33 -04:00
Dennis Hamester
b18ccaaa29
Fix next-error behavior when flycheck is active
...
spacemacs/{next,previous}-error will now call {next,previous}-error when
a compilation buffer is visible.
2016-04-07 22:58:36 -04:00
syl20bnr
b1a41ce2ce
bootstrap: explicitly require evil
2016-04-07 22:11:22 -04:00