Commit graph

1267 commits

Author SHA1 Message Date
syl20bnr 816f1cf3d1 Fix helm-show-kill-ring binding 2014-11-03 21:14:10 -05:00
syl20bnr 2bfc200c96 Correctly load helm bindings at initialization time
instead of at loading time which is useless :-)
2014-11-03 21:14:10 -05:00
syl20bnr 5ab9d95fca Fixes #46 Weird behavior of projectile
Projectile takes time to load (around 0.2 seconds) and it is
lazy loading friendly if we want to enable it globally.

To be able to lazy load it, we encapsulate the binded calls
in spacemacs/xxx functions which take care of firing the
mode globally if required.
2014-11-03 21:14:09 -05:00
syl20bnr 09e058d36f Lazy loading of helm 2014-11-03 21:14:09 -05:00
syl20bnr 19cb635e5d Lazy loading of tern-auto-complete 2014-11-03 21:14:09 -05:00
syl20bnr 5e8402239f Update old name of submodules in .gitmodules 2014-11-03 21:14:09 -05:00
syl20bnr 8d5ab34cc5 Set C-u to scroll-up and <SPC> u to universal-argument 2014-10-28 22:16:30 -04:00
syl20bnr 68ffb5232d Add git-flow instruction for contributions in readme 2014-10-28 21:51:05 -04:00
syl20bnr e1df7e6402 Add terminal screenshot in readme 2014-10-28 21:30:04 -04:00
syl20bnr c4289cc372 Add screenshot of spacemacs in urxvt 2014-10-28 21:24:22 -04:00
syl20bnr 02241b1540 vi-tilde-fringe is now available in MELPA
Also hide the lighter.
2014-10-28 13:34:14 -04:00
syl20bnr b36b43a054 Add magit-gitflow and fix the f issue for feature
The solution to fix the `f` binding issue is to not
alter emacs-state-map. By keeping emacs map untouched
we have a fallback for modes like magit-gitflow which
require the `f` key.

Indeed with the current implementation of the `fd`
sequence it is not possible to guess what the `f` key
must do for a given mode. The only solution for now is
to keep one not modified state map (emacs is a good candidate
for this).
2014-10-28 00:26:51 -04:00
syl20bnr e4fb38b383 Update screenshot 2014-10-27 23:11:08 -04:00
syl20bnr 5ee1912cb4 Add vi-tilde-fringe extension 2014-10-27 23:03:18 -04:00
syl20bnr 0286cd2490 Disable EDTS on Windows (not officialy supported for now) 2014-10-27 13:33:19 -04:00
syl20bnr 175cd595de Can pass font options in spacemacs/set-font 2014-10-27 13:32:41 -04:00
syl20bnr ff64c7e942 Fixes #45 maximize frame if dotspacemas-fullscreen-at-startup is t
Also add toggles for both frame maximization and fullscreen.
2014-10-27 12:58:09 -04:00
syl20bnr 6c142a0558 Change default aspell dictionary to english instead of en (not working on windows with cygwin aspell) 2014-10-27 10:16:06 -04:00
syl20bnr 20159ba0a1 Remove annoying and unneeded yasnippet loading on idle 2014-10-27 09:36:11 -04:00
syl20bnr 3167fe5b63 Fixes #44 error "subword-mode is not currently registered as a minor mode" 2014-10-27 09:29:02 -04:00
syl20bnr 0313ebc246 Fixes #41 cannot insert f in ex command mode
One caveats, the waiting timer for `fd` sequence seems to
be overridden somewhere so to press `fd` you have to wait
2 seconds between the `f` and `d`, fortunately this
sequence should not occur very often.
2014-10-26 11:51:34 -04:00
syl20bnr b50bda33ea Replace defvar by setq-default in readme 2014-10-26 01:15:32 -04:00
syl20bnr c28a5e8b76 Update TOC of readme 2014-10-26 01:09:45 -04:00
syl20bnr 2da35db6d0 Add a philosophy section in readme 2014-10-26 00:57:24 -04:00
syl20bnr c80028e967 Update goals in readme 2014-10-26 00:57:09 -04:00
syl20bnr afe5c27501 Update contribution layer section in readme 2014-10-26 00:56:40 -04:00
syl20bnr 79ebac8505 Stop copying .spacemacs.template
Should be done explicitly by the user.
2014-10-25 23:29:18 -04:00
syl20bnr 97a5a335f7 Fixes #35 spacemacs dotfile should be optional 2014-10-25 22:54:03 -04:00
syl20bnr 19a1bbadd7 Temporarily disable evil-nerd-commenter for Emacs 24.4 2014-10-25 22:29:08 -04:00
Sylvain Benner 6bad84c17c Merge pull request #39 from Wolfy87/feature/nerd-commenter
Feature/nerd commenter (replace evil-operator-comment)
2014-10-25 20:35:41 -04:00
Sylvain Benner 87dae124e8 Merge pull request #38 from trishume/contrib-ag
Add Helm Ag (trishume's layer)
2014-10-25 20:32:14 -04:00
Sylvain Benner 838533bda2 Merge pull request #37 from Wolfy87/feature/better-javascript
Added Tern + more js2-mode integration (also replace ac-js2)
2014-10-25 20:26:51 -04:00
Oliver Caldwell bd1c3c252c Updated README TOCs with JavaScript. 2014-10-25 18:13:12 +01:00
Oliver Caldwell aae7b96d02 Updated README TOCs. 2014-10-25 18:09:03 +01:00
Oliver Caldwell ea4d551599 Added nerd-commenter. 2014-10-25 18:00:30 +01:00
Oliver Caldwell b092863bac Corrected table indentation in README. 2014-10-25 17:04:34 +01:00
Oliver Caldwell 100beaf4b7 Improved README evil plugin links. 2014-10-25 16:55:22 +01:00
Tristan Hume 5af11e7957 Get rid of annoying ag config options 2014-10-25 11:38:27 -04:00
Tristan Hume 5b1c59be02 Add helm ag 2014-10-25 11:08:39 -04:00
Oliver Caldwell 67f2a66a85 Added Tern + more js2-mode integration. 2014-10-25 15:55:12 +01:00
syl20bnr f630180636 Fixes #25 put custom variables in ~/.spacemacs 2014-10-24 23:51:52 -04:00
syl20bnr 26531a5e12 Update version check of ~/.spacemacs
Now the check pass if the major version of ~/.spacemacs is
the same as the major version expected by Spacemacs
2014-10-24 23:05:11 -04:00
syl20bnr acd5161482 Remove incompatibilities with Emacs 24.4 in readme 2014-10-24 22:47:07 -04:00
syl20bnr 7c3a2f3059 Fix a bug where wrong dependent packages could be deleted 2014-10-24 22:44:14 -04:00
syl20bnr ef1e3efa6d Port automatic package deletion to Emacs 24.4 2014-10-24 22:39:03 -04:00
syl20bnr d6572215e0 Fix error when checking dotspacemacs-fullscreen-at-startup 2014-10-24 22:11:37 -04:00
syl20bnr f8638bc3ff Diminish subword lighter for Emacs 24.4 2014-10-24 21:04:35 -04:00
syl20bnr 733be77361 Add dotspacemacs-fullscreen-at-startup which start Emacs fullscreen
Work only with Emacs 24.4
Default value is t
You'll have to update your ~/.spacemacs to get this functionality
2014-10-24 21:04:29 -04:00
syl20bnr 156d16c2ef ~/.spacemacs version is now a string
Sorry you'll have to update your file one more time
Just change 1 to be "1"
2014-10-24 19:33:46 -04:00
syl20bnr e6dfc23e89 Merge helm-c-yasnippet and yasnippet config and use :idle 2014-10-24 16:29:30 -04:00