fixed #104 - personal dir is now a submodule
This commit is contained in:
parent
fe49d5d195
commit
3a3f78fab6
3 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,7 +7,5 @@ eshell
|
||||||
elpa
|
elpa
|
||||||
el-get
|
el-get
|
||||||
semanticdb
|
semanticdb
|
||||||
custom.el
|
|
||||||
url
|
url
|
||||||
personal/*.el
|
|
||||||
ede-projects.el
|
ede-projects.el
|
||||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "personal"]
|
||||||
|
path = personal
|
||||||
|
url = https://github.com/bbatsov/emacs-prelude-personal.git
|
1
personal
Submodule
1
personal
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 907c3a1e65305962af45b7e645ec5a466184ce6d
|
Loading…
Reference in a new issue