spacemacs/core
syl20bnr 65d5e42b8e core: add support for stable ELPA repository hosted on GitHub
Use the official spacelpa ELPA repository.
address: https://github.com/syl20bnr/spacelpa

ELPA repository configuration is now in a file called .lock at the root of the
git repository. Its goal is to setup the ELPA repositories for a given branch
and it should not be modified! The philosophy of Spacemacs is to never fork the
git repository and this lock file has been put in the repo on purpose.

Only the master branch will have a .lock file that points to spacelpa, the
develop branch won't use the stable ELPA repository and will continue to behave
like it always did.

BUT for testing purpose and until the first major version of Spacemacs that uses
the stable ELPA repo is released I push a .lock file to develop branch that
points to spacelpa.

I understand that some people can be annoyed by this so the variable
configuration-layer--elpa-archives can be overriden by putting a setq in your
dotfile in the user-init function like this:

  (setq configuration-layer--elpa-archives
        '(("melpa"    . "melpa.org/packages/")
          ("org"      . "orgmode.org/elpa/")
          ("gnu"      . "elpa.gnu.org/packages/")))
2017-10-29 01:20:25 -04:00
..
aprilfool Bump year in copyright headers 2017-01-05 23:08:17 -05:00
banners
info core: add support for stable ELPA repository hosted on GitHub 2017-10-29 01:20:25 -04:00
libs Update with the latest changes of spacemacs-theme 2017-10-21 14:45:45 +03:00
templates core: change default value of dotspacemacs-elpa-subdirectory 2017-10-29 00:27:00 -04:00
tools Update export script 2017-10-18 06:30:43 +03:00
core-command-line.el core: rename configuration-layer/sync to configuration-layer/load 2017-07-01 10:54:37 -04:00
core-configuration-layer.el core: add support for stable ELPA repository hosted on GitHub 2017-10-29 01:20:25 -04:00
core-custom-settings.el core: allow users to set custom-file variable 2017-03-12 12:10:21 -04:00
core-debug.el use url-hexify-string to encode issue report body 2017-07-31 14:58:57 +03:00
core-display-init.el Bump year in copyright headers 2017-01-05 23:08:17 -05:00
core-documentation.el QF current export with relocate files 2017-08-03 10:23:53 +03:00
core-dotspacemacs.el core: change default value of dotspacemacs-elpa-subdirectory 2017-10-29 00:27:00 -04:00
core-emacs-backports.el Bump year in copyright headers 2017-01-05 23:08:17 -05:00
core-fonts-support.el core: Fix spacemacs/diminish-undo and add documentation about it 2017-04-13 00:17:24 -04:00
core-funcs.el core: change <function>p to <function>-p suffixes for consistency 2017-07-02 10:09:39 -04:00
core-jump.el core: jump-handers, :async can now take a predicate function 2017-03-19 12:40:36 -04:00
core-keybindings.el Replace obsolete which-key functions 2017-06-15 13:22:13 +02:00
core-load-paths.el core: import spacemacs-theme into libs 2017-01-25 00:30:31 -05:00
core-micro-state.el Bump year in copyright headers 2017-01-05 23:08:17 -05:00
core-release-management.el Mention the change of dotspacemacs-check-for-update in the documentation 2017-05-18 18:22:24 +02:00
core-spacemacs-buffer.el core: add support for stable ELPA repository hosted on GitHub 2017-10-29 01:20:25 -04:00
core-spacemacs.el core: add support for stable ELPA repository hosted on GitHub 2017-10-29 01:20:25 -04:00
core-themes-support.el cycle themes: handle backward argument better and cleanup 2017-10-21 15:33:12 +03:00
core-toggle.el Check toggle condition in status function 2017-05-24 13:05:17 +02:00
core-transient-state.el transient-state: Improve handling of additional bindings 2017-05-23 16:03:03 +02:00
core-use-package-ext.el Always return t from use-package pre/post hooks. 2017-03-24 14:26:56 +03:00