Commit graph

20 commits

Author SHA1 Message Date
syl20bnr c517424032 Add auto-remove of orphan elpa packages 2014-10-21 01:41:33 -04:00
syl20bnr 9e56de6b08 Renamed spacemacs-config-disabed-packages to dotspacemacs-excluded-packages
And make it usable for both packages and extensions.
Users should upgrade their .spacemacs file bu adding the definition of
this variable (dotspacemacs-excluded-packages), see .spacemacs.template
2014-10-19 22:49:34 -04:00
Tristan Hume 9d87b6d33f Add ability to disable packages 2014-10-18 15:58:02 -04:00
syl20bnr dfd8f76a86 Display the number of packages loaded in spacemacs buffer 2014-10-05 09:39:21 -04:00
syl20bnr ca370430f4 Make optional packages.el and extensions.el file in configuration layers 2014-10-05 00:14:50 -04:00
syl20bnr 4bad31779d Check for existence of layer configration files
Now it is not mandatory to create all the files of a
configuration layer (i.e. if you define no new functions
in your layer, you are not compelled to create it).
2014-10-04 23:14:12 -04:00
syl20bnr a9d4c56665 Missing namespace prefix for some functions in core 2014-10-03 22:18:27 -04:00
syl20bnr a8fbf45891 Fix counter of installing packages 2014-10-03 00:52:39 -04:00
syl20bnr f15e1df5dd Display 'installing...' message in spacemacs buffer before actually installing a package 2014-10-03 00:19:49 -04:00
syl20bnr 21f60ff213 Add function: contribsys/get-layer-property 2014-09-30 22:58:22 -04:00
syl20bnr 31afaaeadb Remove required macros.el file in a configuration layer
Now macros should be defined in funcs.el
2014-09-28 16:31:54 -04:00
syl20bnr 0a0c2f4ed3 Remove temporarily hack for python.el 2014-09-27 18:09:37 -04:00
syl20bnr 6f372edf59 Hack for missing python.el in some Emacs distributions 2014-09-27 00:10:58 -04:00
syl20bnr c0c464a39b Temporarily reactivate marmalade for python
Seems that python is not a built-in package in at least
Ubuntu packages
2014-09-26 14:08:58 -04:00
syl20bnr c6eaf937cc Improve logging and add mirror logging to message buffer 2014-09-25 22:14:57 -04:00
syl20bnr 3ef749eb66 Get rid of marmalade dependency
This repo is often down which makes it very unreliable for a starter kit
2014-09-24 23:12:41 -04:00
syl20bnr 49194a6ead Automatically sort the list of packages before installation 2014-09-24 23:07:59 -04:00
syl20bnr a209b6caae Display name of installed packages during installation 2014-09-24 23:07:34 -04:00
syl20bnr a2955d659d Minor text change in contribsys 2014-09-23 21:20:49 -04:00
syl20bnr 3e1e036876 Move core elisp code to core/ 2014-09-09 22:02:38 -04:00
Renamed from contribsys.el (Browse further)