diff options
author | William Carroll <wpcarro@gmail.com> | 2018-04-23T19·20-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-04-23T19·25-0400 |
commit | 863b29323c8ec641a28a484bee1ffa86b79b4bbc (patch) | |
tree | fb02098f736c3b3daa6106b22b584cae82af56c1 /emacs | |
parent | 36b830c2c9dd8453875dc102300cbd48771d337c (diff) |
pc_settings -> dotfiles
My younger self didn't know that creating repos to house your configuration was a known pattern! Hence the unweildy name, pc_settings. This change was a long time coming.
Diffstat (limited to 'emacs')
-rwxr-xr-x | emacs/symlink_custom_functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/symlink_custom_functions.sh b/emacs/symlink_custom_functions.sh index 292d4e3f7492..f35ce9c5ffed 100755 --- a/emacs/symlink_custom_functions.sh +++ b/emacs/symlink_custom_functions.sh @@ -1,7 +1,7 @@ #!/usr/bin/env zsh -SCRIPT_DIR="$HOME/pc_settings/emacs" -EMACS_FUNC_DIR="$HOME/.emacs.d" +SCRIPT_DIR="${HOME}/dotfiles/emacs" +EMACS_FUNC_DIR="${HOME}/.emacs.d" for source in $(find $SCRIPT_DIR -type f -name '*.el'); do filename=$(basename $source) |