diff options
author | EuAndreh <eu@euandre.org> | 2018-07-16 23:26:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-16 23:26:41 -0300 |
commit | b63d0349c98063fff396d58c66bfe498f8a213e7 (patch) | |
tree | bc7b778785f8440c068db38b927d597add69ba82 | |
parent | Configure typescript-mode for tsx files (diff) | |
download | dotfiles-b63d0349c98063fff396d58c66bfe498f8a213e7.tar.gz dotfiles-b63d0349c98063fff396d58c66bfe498f8a213e7.tar.xz |
Remove private layer for now
-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 |