diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/symlinks.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index fdf1b1e..76075f6 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -37,6 +37,7 @@ ln -fs ~/Nextcloud/cache/autojump/ ~/.local/share/autojump/ ## Emacs mkdir -p $HOME/.emacs.d/private/layers/ ln -fs $DOTFILES/spacemacs.el ~/.spacemacs +ln -fs $DOTFILES/emacs/gnus.el ~/.gnus.el ln -fs ~/Nextcloud/cache/projectile-bookmarks.eld ~/.emacs.d/.cache/projectile-bookmarks.eld ln -fs ~/Nextcloud/cache/euandreh-auto-save.el ~/.emacs.d/.cache/layouts/euandreh-auto-save ln -fs $DOTFILES/emacs/euandreh-layer $HOME/.emacs.d/private/layers/euandreh |