mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-18 04:58:26 -04:00
Assimilate use-package 2.1-57-g22c63c8
This commit is contained in:
parent
63b40497fc
commit
313aa080f8
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||||
|
7
init.el
7
init.el
@ -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
1
lib/use-package
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 22c63c8f98fc318c357b51a658cee62d64601e16
|
Loading…
x
Reference in New Issue
Block a user