diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index 4ee3470..2c4fcdf 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -40,7 +40,7 @@ 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 +# ln -fs $DOTFILES/emacs/euandreh-layer $HOME/.emacs.d/private/layers/euandreh ## xmonad mkdir -p ~/.xmonad |