Merge pull request #45 from austinylin/master
Fix the path for .homesick_subdir in README.md
This commit is contained in:
@@ -77,9 +77,9 @@ and have home like this:
|
|||||||
|-- elisp
|
|-- elisp
|
||||||
`-- inits
|
`-- inits
|
||||||
|
|
||||||
You may want to symlink only to `castle/home/.config/fooapp` instead of `castle/home/.config` because you already have `~/.config/barapp`. In this case, you can use .homesick_subdir. Please write "directories you want to look up sub direcoties (instead of just first depth)" in this file.
|
You may want to symlink only to `castle/home/.config/fooapp` instead of `castle/home/.config` because you already have `~/.config/barapp`. In this case, you can use .homesick_subdir. Please write "directories you want to look up sub directories (instead of just first depth)" in this file.
|
||||||
|
|
||||||
castle/home/.homesick_subdir
|
castle/.homesick_subdir
|
||||||
|
|
||||||
.config
|
.config
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ Or `homesick track NESTED_FILE CASTLE` adds a line automatically. For example:
|
|||||||
|
|
||||||
homesick track .emacs.d/elisp castle
|
homesick track .emacs.d/elisp castle
|
||||||
|
|
||||||
castle/home/.homesick_subdir
|
castle/.homesick_subdir
|
||||||
|
|
||||||
.config
|
.config
|
||||||
.emacs.d
|
.emacs.d
|
||||||
|
|||||||
Reference in New Issue
Block a user