Commit graph

160 commits

Author SHA1 Message Date
syl20bnr
38b42a3e0d Temporary fix for auto deletion of orphan package with Emacs 24.4
It is disabled for Emacs 24.4 until this feature is correctly
supported for this Emacs version.
2014-10-23 00:21:10 -04:00
syl20bnr
c517424032 Add auto-remove of orphan elpa packages 2014-10-21 01:41:33 -04:00
syl20bnr
e83f8f752b New mode line, Flycheck feedback and various fixes 2014-10-16 02:16:39 -04:00
syl20bnr
f245f20fa0 Start an Emacs server at the end of init.el 2014-10-09 14:06:59 -04:00
syl20bnr
a9d4c56665 Missing namespace prefix for some functions in core 2014-10-03 22:18:27 -04:00
syl20bnr
a60e9d13a9 Check for Emacs version
If required version is not met, then Spacemacs is disabled.
2014-09-27 00:11:37 -04:00
syl20bnr
c8310c6393 Clean up init.el 2014-09-23 20:48:11 -04:00
syl20bnr
e63513f97a Set spacemacs-mode to spacemacs startup buffer 2014-09-09 23:05:02 -04:00
syl20bnr
8bac9acace Create spacemacs buffer sooner 2014-09-09 22:37:06 -04:00
syl20bnr
3e1e036876 Move core elisp code to core/ 2014-09-09 22:02:38 -04:00
syl20bnr
1573d70f60 Auto installation of .spacemacs 2014-09-06 23:28:13 -04:00
syl20bnr
207c883d0d Move spacemacs init functions to spacemacs.el 2014-09-06 23:16:17 -04:00
syl20bnr
f46aedee3f Better chunk size calculation for loading bar of startup screen 2014-09-06 22:38:53 -04:00
syl20bnr
8f8ffb4f7e Add neat loading screen (maybe a litte too big :-)) 2014-09-06 21:36:53 -04:00
syl20bnr
3329a8e73c Move back package.el initialization to contribsys.el 2014-09-06 21:35:35 -04:00
syl20bnr
43fa7aab31 Remove condition on window-system to display load times 2014-09-06 21:33:55 -04:00
syl20bnr
d806ac90ff Display welcome message in *spacemacs* 2014-09-06 04:55:14 -04:00
syl20bnr
22d16b56f7 Move packages initialization to init.el 2014-09-06 04:53:38 -04:00
syl20bnr
b5e34cffd7 Add functions to write to *spacemacs* buffer 2014-09-06 04:52:51 -04:00
syl20bnr
b8e9bff119 Change spacemacs/ prefix to contribsys/ 2014-09-05 00:09:59 -04:00
syl20bnr
d0a86ba012 Add function spacemacs/declare-configuration-layers 2014-09-05 00:09:58 -04:00
syl20bnr
7f213503c2 Use new contribution system 2014-09-03 02:27:14 -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
9a13c079d0 Introduce configuration layer system 2014-09-02 00:23:43 -04:00
syl20bnr
67b0c244c6 Move extensions to spacemacs and add a contrib configuration layer 2014-09-01 14:32:13 -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
3b5ffbb2e2 Add Dropbox directory to load-path 2014-08-29 00:01:53 -04:00
syl20bnr
7eb6bccc71 Remove centered cursor by default 2014-06-19 01:59:25 -04:00
syl20bnr
4f348a5aa0 Select first theme of the cycle-theme list at startup 2014-04-11 21:31:19 -04:00
sbenner
5b83324e6d Default theme based on hostname 2013-12-02 09:03:59 -05:00
sbenner
a93fa1de25 Move user config and host config 2013-11-26 09:46:27 -05:00
syl20bnr
52fc875131 Better support for on the fly theme change, flycheck new look and feel. 2013-11-26 00:24:50 -05:00
syl20bnr
1ffb42448e Migrate all package configs to use-package.
Total load time for 90+ packages without byte-compiling: 3s... amazing !
Thanks to \@jwiegley :-)
2013-11-20 00:30:48 -05:00
syl20bnr
76af14e6b8 Move global-centered-cursor-mode to the end of init.el
Seems that doing it in the init-centered-cursor file provokes
an infinite loop.
2013-11-15 22:45:13 -05:00
syl20bnr
3420ffde71 Remove key-chord mode !! Not needed anymore (great news). 2013-05-06 20:59:13 -04:00
syl20bnr
0c1b3f4cce Delete uneeded files. 2013-04-25 18:11:14 -04:00
syl20bnr
69c30f42b6 Minor change. 2013-04-23 23:07:44 -04:00
syl20bnr
a61d17d5cd Use my fork of solarized-theme. 2013-04-22 18:16:47 -04:00
syl20bnr
ac77ce8c83 Merge branch 'master' of http://github.com/syl20bnr/dotemacs 2013-04-15 22:11:10 -04:00
syl20bnr
e73163f0a2 Merge branch 'master' of http://github.com/syl20bnr/dotemacs 2013-04-15 11:13:06 -04:00
syl20bnr
19f8527a5d Add keybindings to switch between themes for day and night. 2013-04-15 11:12:39 -04:00
syl20bnr
1e9c31c278 Remove customized stuff. 2013-04-14 10:37:54 -04:00
syl20bnr
60464265f1 Clean up everything related to flymake. 2013-04-12 21:40:52 -04:00
syl20bnr
51de872537 Add pre-extensions and post-extensions. Removed unused packages. Moved flymake from package to pre-extensions. 2013-04-11 10:51:17 -04:00
syl20bnr
54874ee5f4 added custom-settings.el file 2013-01-29 10:26:30 -05:00
syl20bnr
2e291b1a9e minor changes 2013-01-10 22:29:46 -05:00
syl20bnr
89e13dc664 minor change 2013-01-05 20:47:49 -05:00
syl20bnr
7a8034fa1e split key bindings and key chords 2013-01-04 11:07:52 -05:00
syl20bnr
835ec9318b made multiple cursors and evil HAPPY! :-) 2013-01-04 01:40:59 -05:00
syl20bnr
8a5b04c56e tries to make Evil and multiple cursors happy. 2013-01-03 18:15:22 -05:00
syl20bnr
27711b5b40 WIP refactoring of extensions 2012-12-27 15:50:48 -05:00
syl20bnr
ee21236448 per host configuration + import of some configuration defined in various start-kits 2012-12-21 23:18:35 -05:00
syl20bnr
28b6d09ef1 refactored the whole setup and use jedi for python auto completion 2012-12-21 16:06:22 -05:00
syl20bnr
c891a811bc replace keybinding by a function 2012-12-19 23:19:13 -05:00
syl20bnr
a8d47d4e76 added python-for-emacs and separated global config 2012-12-19 22:55:46 -05:00
syl20bnr
589dcc570c Added key bindings 2012-12-19 17:56:10 -05:00
syl20bnr
9ea95f9fd2 added key binding and functions 2012-12-19 17:46:19 -05:00
sbenner
50040fc42f use python environment setup from github user gabrielelanaro 2012-12-19 15:18:17 -05:00
sbenner
6b8759a737 python environment 2012-12-18 17:24:55 -05:00
syl20bnr
45a3323524 initial commit 2012-12-18 00:48:12 -05:00