Commit graph

6112 commits

Author SHA1 Message Date
sbenner
7151ae10ff Uneeded creation of an untitled buffer at startup
In order to reduce even more the boot time of Spacemacs
Now we keep the focus on the *scratch* buffer at startup
2014-09-02 14:41:01 -04:00
sbenner
179657dc47 Fix init of Solarized theme 2014-09-02 14:40:29 -04:00
sbenner
d747cd4138 Avoid to use cycle-my-theme at startup to speed up the loading
Manually create the solarized themes in order to have the
dark theme loaded last
Prefix theme related functions with spacemacs/
2014-09-02 14:37:14 -04:00
syl20bnr
cd2a7b70bd Move snippets in spacemacs directory 2014-09-02 01:06:40 -04:00
syl20bnr
dc88ba2253 Remove more uneeded stuff 2014-09-02 00:51:43 -04:00
syl20bnr
5a24153741 Remove old personal stuff about an old laptop 2014-09-02 00:39:03 -04:00
syl20bnr
a4521c6e3c Remove bad stuff pushed from a previous commit 2014-09-02 00:30:02 -04:00
syl20bnr
6be05d4465 Add goal to readme 2014-09-02 00:28:03 -04:00
syl20bnr
692c361561 Rename readme title 2014-09-02 00:24:33 -04:00
syl20bnr
9a13c079d0 Introduce configuration layer system 2014-09-02 00:23:43 -04:00
syl20bnr
13b27d942a Remove dangling submodule 2014-09-01 14:37:01 -04:00
syl20bnr
67b0c244c6 Move extensions to spacemacs and add a contrib configuration layer 2014-09-01 14:32:13 -04:00
syl20bnr
400e6b2e2f Minor change in readme 2014-09-01 12:23:38 -04:00
syl20bnr
d5786a2875 Add operating systems where Spacemacs is used in readme 2014-09-01 12:21:25 -04:00
syl20bnr
07e356cc73 Fix deprecated user-extensions-directory variable 2014-09-01 12:20:58 -04:00
syl20bnr
7a41a4ba89 Make Spacemacs more starter kit friendly
Greatly reorganize the file structure and add more
separation between Spacemacs configuration and user
configuration
2014-09-01 12:18:34 -04:00
syl20bnr
bb61263aec Tweaks to readme 2014-09-01 02:17:18 -04:00
syl20bnr
470bfa8716 Fix ToC links in readme 2014-09-01 01:49:51 -04:00
syl20bnr
327d1320c9 Add auto highlight symbol mode to markdown mode hook 2014-09-01 01:47:18 -04:00
syl20bnr
e78ea4bb07 Rename shell to REPL in readme for inferior processes 2014-09-01 01:46:40 -04:00
syl20bnr
3ddb1fc337 Add mode-line screenshots in readme 2014-09-01 01:39:34 -04:00
syl20bnr
09136e7f57 Add some goals in readme 2014-09-01 01:23:13 -04:00
syl20bnr
5b55fcb746 Add screenshot to readme 2014-09-01 01:16:57 -04:00
syl20bnr
87ac67f0b8 Update .gitignore 2014-09-01 01:13:01 -04:00
syl20bnr
ef0b8ae7e3 Add screenshot 2014-09-01 01:12:42 -04:00
syl20bnr
d3a84404e1 More accurate description for powerline in readme 2014-09-01 00:55:38 -04:00
syl20bnr
9fcb693bf8 Minor change in readme 2014-09-01 00:54:40 -04:00
syl20bnr
47c6740b53 Fix formating of a table in readme 2014-09-01 00:53:01 -04:00
syl20bnr
44a3396a89 Add missing url for themes in readme 2014-09-01 00:52:45 -04:00
syl20bnr
3f51e2a321 Add evil modes color codes 2014-09-01 00:52:19 -04:00
syl20bnr
b4163d0dba Add available themes in readme 2014-09-01 00:51:57 -04:00
syl20bnr
a3d4462af2 Update expand-region section in readme 2014-09-01 00:50:53 -04:00
syl20bnr
b8b639229d Remove unused themes 2014-09-01 00:50:16 -04:00
syl20bnr
4f7cc29530 Readme 2.0 ToC 2014-09-01 00:33:26 -04:00
syl20bnr
88c77bf72d Readme 2.0 :-) 2014-09-01 00:28:24 -04:00
syl20bnr
5e08ab8af6 Change key binding for python inferior shell process
Now use `mi`
2014-09-01 00:28:17 -04:00
syl20bnr
6256cdd0db Remove deprecated key bindings for EDTS 2014-09-01 00:26:39 -04:00
syl20bnr
8c33b813d3 Remove deprecated key bindings for evil matchit 2014-09-01 00:26:08 -04:00
syl20bnr
15f35d4d32 Add git-gutter-fringe to markdown mode hook 2014-09-01 00:25:34 -04:00
syl20bnr
b4918f0bfc Use official distribution of EDTS from marmalade
It also fixes the conflict with auto-highlight-symbol, oh yeah :-)
2014-09-01 00:24:12 -04:00
syl20bnr
4d5e3f2f29 Better lazy loading of helm 2014-08-31 17:35:13 -04:00
syl20bnr
b5219a5c14 Update google translate config 2014-08-31 17:35:13 -04:00
syl20bnr
4441aed29a Add smartparens to markdown mode hook 2014-08-31 17:35:13 -04:00
syl20bnr
0245d6dfad Readme refactoring in progress 2014-08-31 17:35:13 -04:00
syl20bnr
1b6fbd9def Add git-gutter-fringe mode 2014-08-31 17:35:03 -04:00
syl20bnr
b044074250 Start scratch buffer in text mode
Speed up the startup of Emacs (avoid autoloads associated with
elisp mode)
2014-08-31 13:05:05 -04:00
syl20bnr
055f63da5e Defer loading of recentf 2014-08-31 13:01:10 -04:00
syl20bnr
7c0e211b66 Defer loading of smartparens 2014-08-31 13:00:57 -04:00
syl20bnr
74b132bba1 Add visual star evil plugin 2014-08-31 13:00:03 -04:00
syl20bnr
c3f12a793c Remove evil config for volatile highlight (not working) 2014-08-31 12:59:31 -04:00