diff options
author | EuAndreh <eu@euandre.org> | 2018-06-18 10:04:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-06-18 10:04:04 -0300 |
commit | d5c167ba0c8b6e28be5448ce8f427e0f76cfa014 (patch) | |
tree | 14d3866170c2bff9c60fc69716260ba1c767fbbb | |
parent | Add ,u (usage) alias (diff) | |
download | dotfiles-d5c167ba0c8b6e28be5448ce8f427e0f76cfa014.tar.gz dotfiles-d5c167ba0c8b6e28be5448ce8f427e0f76cfa014.tar.xz |
Symlink Emacs cached file
-rw-r--r-- | bash/symlinks.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index 38a1284..b8c4c5e 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -32,6 +32,9 @@ ln -fs $DOTFILES/tmux/tmux.conf ~/.tmux.conf ln -fs $DOTFILES/tmux/tmux-macos.conf ~/.tmux-macos.conf ln -fs $DOTFILES/tmux/tmux-gnu-linux.conf ~/.tmux-gnu-linux.conf +## Emacs +ln -fs ~/Nextcloud/cache/projectile-bookmarks.eld ~/.emacs.d/.cache/projectile-bookmarks.eld + ## xmonad mkdir -p ~/.xmonad ln -fs $DOTFILES/xmonad/xsession.sh ~/.xsession |