diff options
author | William Carroll <wpcarro@gmail.com> | 2017-06-18T01·32-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-06-18T01·32-0400 |
commit | 4375cecfd1c3180aa6ed52ac62456434a123f3b4 (patch) | |
tree | 9ad56806856479d1c6467afb4f0108258ebb7d2c /emacs | |
parent | 2867dfb9f2f31248040ed4ecde91aa102ff4a781 (diff) |
Adds script for symlinking emacs functions
Diffstat (limited to 'emacs')
-rwxr-xr-x | emacs/symlink_custom_functions.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/symlink_custom_functions.sh b/emacs/symlink_custom_functions.sh new file mode 100755 index 000000000000..d317910214c4 --- /dev/null +++ b/emacs/symlink_custom_functions.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +ln -s ~/pc_settings/emacs/*.lisp ~/.emacs.d/ |