I'm trying to use git
to manage my .emacs.d
directory. I occur this problem:
Some package files are already managed by package-tools such as el-get
,package.el
via git
.
If I add them into my git repository, I met the submodule problem, which makes things complex.
If I exclude these package files, when I sync back to another computer, I have to manually install all the packages.
How to solve this dilemma?
modified: el-get/ace-jump-mode (untracked content)
modified: el-get/ace-window (untracked content)
modified: el-get/dash (untracked content)
modified: el-get/f (untracked content)
modified: el-get/flycheck (untracked content)
modified: el-get/fuzzy (untracked content)
modified: el-get/s (untracked content)