syl20bnr
82e0efa70e
Add feature toggle for evil leader on "jk" in ~/.spacemacs
2014-11-16 00:15:16 -05:00
syl20bnr
707c101fa3
Add evil leader on "jk" in ido minibuffer
2014-11-16 00:14:50 -05:00
syl20bnr
1e3e8c6ccc
Add evil leader on "jk" in helm buffers
2014-11-16 00:14:31 -05:00
syl20bnr
ca4c55bc44
Add evil leader on "jk" in insert state
2014-11-16 00:14:08 -05:00
ralesi
63b1dc500d
Added ido-invoke options
...
- open in other window
- open in other frame
2014-11-15 22:20:52 -05:00
Daniel Wu
0d685e4a8f
adjust evil-shift-width the same as coffee-tab-width in coffee mode
2014-11-15 21:12:33 -05:00
syl20bnr
e1cc9bf708
Update readme
2014-11-15 01:41:49 -05:00
ralesi
f41032343a
Windows emacs binary path is at base distribution directory, need to traverse to bin folder
2014-11-15 00:18:45 -05:00
Rich Alesi
cbf1f86ab2
Open .spacemacs
dotfile in the same manner as init and contrib.
2014-11-15 00:12:38 -05:00
Rich Alesi
684ba7d166
Projectile variables need to be present before load
...
Added evil-jumper
2014-11-15 00:10:45 -05:00
syl20bnr
c3dc5fd626
Remove epc package from packages in the spacemacs layer
2014-11-14 23:54:38 -05:00
syl20bnr
855c522590
Fix a bug in automatic orphans deletion algorithm
2014-11-14 23:54:08 -05:00
syl20bnr
3c8abbe830
Remove nose and pylookup submodules
2014-11-14 23:14:33 -05:00
syl20bnr
c2c0f2bcb9
Add nose and pylookup as regular directories
...
i.e. not as submodule
2014-11-14 23:12:47 -05:00
Sylvain Benner
ff1e8ae80e
Merge pull request #111 from danielwuz/python-contrib
...
Python contrib
2014-11-14 22:55:15 -05:00
syl20bnr
571860f51c
Add doc for <layer>-excluded-packages variable in readme
2014-11-14 22:51:07 -05:00
syl20bnr
ab55be3d35
Add evil-args and evil-jumper to the list of plugins in readme
2014-11-14 22:43:15 -05:00
Daniel Wu
fa06f188a1
separated python settings into a contrib
2014-11-14 22:41:45 -05:00
syl20bnr
7345348822
Fix typos in contribute
2014-11-14 22:30:22 -05:00
syl20bnr
c568eee434
New documentation on escaping in readme
2014-11-14 22:22:43 -05:00
Tu Do
482097c818
Remove helm-quick-update
...
It is not needed anymore since helm-candidate-number-limit is
small (less than several thousands). If this is the case, then there's
no difference between quick update and no quick update execution time.
Enabling helm-quick-update makes helm buffer flashing for every entered
character to retrieve new candidate list, which would annoy user.
2014-11-14 22:02:11 -05:00
syl20bnr
403226960b
Add solarized theme extension files
2014-11-13 23:22:30 -05:00
syl20bnr
57234bb2ce
Remove solarized theme submodule
2014-11-13 23:19:46 -05:00
syl20bnr
969f629e93
Fixes #107 Bad Interaction Between Highlighting Line
...
and Match Highlighting
2014-11-13 20:29:43 -05:00
syl20bnr
534ca50954
Ignore .cache folder in .projectile file
...
instead of globally in code
2014-11-13 20:29:43 -05:00
Andrea Leopardi
2ab366e355
Update the README with some absolute paths
...
The "quick install" line used to suggest the user to `git clone --recursive` into `.emacs.d`. Perhaps is better to make the user clone in `~/.emacs.d` so that they can install Spacemacs whatever their `$(pwd)` is.
I'm committing this since a couple of times I was frustrated that the Spacemacs installation didn't do anything just because I cloned `.emacs.d` somewhere other than `~`.
2014-11-13 08:48:55 -05:00
syl20bnr
34c528e955
Fixes #103 Fancy narrow key bindings are overridden
...
Also correctly lazy load the mode
2014-11-11 23:47:44 -05:00
syl20bnr
c823414e33
Add package exclusion empty variable to some contrib layers
2014-11-11 23:02:50 -05:00
syl20bnr
d627763288
Support for per layer excluded packages in contribution system
2014-11-11 22:57:25 -05:00
syl20bnr
cb07f7c375
Support for additive configuration in contrib system
2014-11-11 21:53:00 -05:00
syl20bnr
75e88c73d7
Minor change to contribsys.el
2014-11-11 21:08:20 -05:00
Tristan Hume
5bac76d80f
Use ruby-end in ruby-mode
2014-11-11 00:20:40 -05:00
syl20bnr
466b69b25e
Update contribution guidelines
2014-11-11 00:18:43 -05:00
syl20bnr
89a8873f2b
Fixes #42 false positives in orphan package cleanup
2014-11-11 00:09:52 -05:00
syl20bnr
9b7f8a8fbf
Fix ess contrib layer: bad init function prefix
2014-11-11 00:08:23 -05:00
syl20bnr
562825ecb6
Fix error with diminish and smartparens
2014-11-10 23:34:50 -05:00
syl20bnr
c811795332
Move ESS packages into a lang contrib
2014-11-10 22:27:06 -05:00
syl20bnr
b33cbba0b3
Add suppport for contrib category sub-directories
2014-11-10 22:26:11 -05:00
syl20bnr
f1e1481839
evil-escape is now available in melpa
2014-11-10 20:59:20 -05:00
syl20bnr
a5dccf2fb5
Add evil-escape extension
...
Fixes #98
2014-11-09 23:04:06 -05:00
syl20bnr
0eb35a0b08
Add achievements section to readme
...
and delete TODO section, see Github issues instead.
2014-11-08 21:20:23 -05:00
Daniel Wu
28d93c6a26
added evil-args
2014-11-08 18:31:08 -05:00
Sylvain Benner
532c1f4d11
Merge pull request #99 from trishume/company-contrib
...
Company Mode Contrib Layer
2014-11-08 18:00:29 -05:00
ralesi
1839e9bc79
Debug functions to TS issues with starting Emacs
2014-11-08 17:24:26 -05:00
ralesi
c0935906be
Fancy narrow is prettier than normal narrow
2014-11-08 17:16:56 -05:00
Tristan Hume
80813c31fd
Improve Readme's and polish
2014-11-08 15:08:59 -05:00
Tristan Hume
b6806ab96b
Hook company-clang into flycheck
2014-11-08 15:08:59 -05:00
Tristan Hume
8586cc5dd8
Add .clang_complete file support for company-clang
2014-11-08 15:08:59 -05:00
Tristan Hume
aa26175887
Add company-auctex
2014-11-08 15:08:59 -05:00
Tristan Hume
ca82b8f7fa
Add company mode contrib
2014-11-08 15:08:59 -05:00