Commit Graph

19 Commits

Author SHA1 Message Date
syl20bnr 4e14012625 Add `spacemacs-funcs.el` core file 2015-01-26 22:39:14 -05:00
syl20bnr 33c33e72ee Set layer variables before loading the layers `config.el` 2015-01-25 23:40:44 -05:00
syl20bnr 5ea31977f5 Extend `dotspacemacs-configuration-variables` with properties
First property implemented is `:variables`
Allow to set the layer variables directly where it is declared
2015-01-25 23:22:41 -05:00
syl20bnr 2f1d7c40a4 Unit tests for `configuration-layer//declare-layer`
First step for the implementation of a buffed variable
`dotspacemacs-configuration-layers`
2015-01-25 00:01:43 -05:00
syl20bnr 1280f823c8 Setup a test framework
Load paths are now registered in `core/load-paths.el`
Libraries are in `core/lib`
Move `ht.el` to `lib`
Add `mocker.el` to `lib`
Tests are in test,
- unit tests files suffix is `utest.el`
- functional tests files suffix is `ftest.el`
2015-01-22 22:26:56 -05:00
Fanael Linithien 4356f4e44f Use make-hash-table instead of hash table literals 2015-01-18 23:49:38 -05:00
syl20bnr 5a5c6cdb1c Fix helm-spacemacs with defvar declaration in config.el files 2015-01-15 09:50:02 -05:00
syl20bnr ceefe88b75 Update CONTRIBUTE.md and add file headers
Also add default file header to layer templates.
2015-01-13 23:12:56 -05:00
syl20bnr 608ab502f3 Recursively activate dependencies when installing a package 2015-01-10 01:55:36 -05:00
syl20bnr 627b0f28a5 Fixes #397 activate package dependencies before installing 2015-01-10 00:58:27 -05:00
syl20bnr c845002d0e Rename layer-declaredp to package-declaredp in configuration-layer 2015-01-10 00:57:08 -05:00
syl20bnr 03943dd059 Mode-line indicator for new release 2015-01-08 00:34:23 -05:00
syl20bnr b366d9f068 Fix lazy activation of packages for 24.3 2015-01-06 19:52:06 -05:00
syl20bnr 402d6e9267 Speed up boot time by lazy activating of packages 2015-01-05 01:38:48 -05:00
syl20bnr ad9441c20b Add a note during spacemacs update
That only elpa packages are updated for now
2015-01-01 02:20:10 -05:00
ralesi 847b8f1a43 Spacemacs upgrade command
- create upgrade function and button on start page.
2015-01-01 02:14:43 -05:00
syl20bnr 89fb5a46d6 New function `configuration-layer/layer-declaredp` 2014-12-26 15:14:15 -05:00
syl20bnr 714d8b9bf5 Random selection of startup banner 2014-12-25 15:24:26 -05:00
syl20bnr 2554d16c16 Rename config-system.el to configuration-layer.el 2014-12-25 14:45:27 -05:00
Renamed from core/config-system.el (Browse further)