Add use-package macro

This commit is contained in:
syl20bnr 2013-11-19 00:09:13 -05:00
parent 2d53525f3a
commit a9345bc847
4 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -37,3 +37,6 @@
[submodule "snippets"]
path = snippets
url = http://github.com/syl20bnr/yasnippet-snippets
[submodule "extensions/use-package"]
path = extensions/use-package
url = http://github.com/jwiegley/use-package

@ -0,0 +1 @@
Subproject commit 84998a522e88d7742927e34cdc92c6e8aa7284d8

View file

@ -0,0 +1 @@
(require 'use-package)

View file

@ -1,5 +1,6 @@
(defvar syl:pre-extensions
'(
use-package
revive
window-numbering
))