Assimilate use-package 2.1-57-g22c63c8

This commit is contained in:
Jonas Bernoulli 2016-05-17 18:20:00 +02:00
parent 63b40497fc
commit 313aa080f8
3 changed files with 10 additions and 1 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "borg"] [submodule "borg"]
path = lib/borg path = lib/borg
url = git@gitlab.com:tarsius/borg.git url = git@gitlab.com:tarsius/borg.git
[submodule "use-package"]
path = lib/use-package
url = git@github.com:jwiegley/use-package.git

View File

@ -22,7 +22,12 @@
(require 'borg) (require 'borg)
(borg-initialize)) (borg-initialize))
(progn ; `custom' (progn ; `use-package'
(require 'use-package)
(setq use-package-verbose t))
(use-package custom
:config
(setq custom-file (expand-file-name "custom.el" user-emacs-directory)) (setq custom-file (expand-file-name "custom.el" user-emacs-directory))
(when (file-exists-p custom-file) (when (file-exists-p custom-file)
(load custom-file))) (load custom-file)))

1
lib/use-package Submodule

@ -0,0 +1 @@
Subproject commit 22c63c8f98fc318c357b51a658cee62d64601e16