]> git.eshelyaron.com Git - emacs.git/commit
Add support for variable customization
authorDamien Merenne <dam@cosinux.org>
Tue, 17 Oct 2017 17:35:19 +0000 (19:35 +0200)
committerDamien Merenne <dam@cosinux.org>
Fri, 10 Nov 2017 08:14:38 +0000 (09:14 +0100)
commitfcf219701b83697898e5e73f49e1b2d4536beaec
tree839f1bfc85e65629abea84aaa4970ed4540807dc
parent426a319e1bacea1b60a769b8d7c068ea184f1f6c
Add support for variable customization

Allows customization of variable using customize-set-variables. This makes it
easier to manage customization in version control. Instead of having all the
variables written in a custom.el, the variable can be customized where the rest
of the package is configured.
lisp/use-package/use-package.el