Commit graph

670 commits

Author SHA1 Message Date
syl20bnr e31beb9cbc Add ht.el library 2014-09-03 02:17:45 -04:00
syl20bnr f494d36b5d Fix typos in packages.el 2014-09-02 21:33:56 -04:00
syl20bnr b666f879d0 Optimize initialization of packages
Move packages related functions from func.el to init.el
2014-09-02 21:31:49 -04:00
syl20bnr d1dd0248a4 Minor change in readme 2014-09-02 21:13:48 -04:00
syl20bnr a37f641515 Add documentation to .spacemacs.template 2014-09-02 20:46:26 -04:00
syl20bnr 6094570a00 Update goals in readme 2014-09-02 20:46:10 -04:00
sbenner 9b5a2e00eb Add .spacemacs template 2014-09-02 14:42:53 -04:00
sbenner c8865f20ac Remove uneeded installation steps 2014-09-02 14:42:29 -04:00
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