diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-12-07 21:40:11 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-12-07 21:40:11 -0500 |
commit | 168e2e0f9cc373469591463c6d0a85bf70690dc6 (patch) | |
tree | 6e38816d38dc0933c55d87394cb2d968704a0afb | |
parent | e97141f3c70af59315b4d556bf28292070522b77 (diff) | |
download | ebuilds-168e2e0f9cc373469591463c6d0a85bf70690dc6.tar.gz |
app-emacs/projectile: added missing '@' to 50projectile-gentoo.el
-rw-r--r-- | app-emacs/projectile/files/50projectile-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/projectile/files/50projectile-gentoo.el b/app-emacs/projectile/files/50projectile-gentoo.el index d9cf199..05c7346 100644 --- a/app-emacs/projectile/files/50projectile-gentoo.el +++ b/app-emacs/projectile/files/50projectile-gentoo.el @@ -1,2 +1,2 @@ -(add-to-list 'load-path "@SITELISP") +(add-to-list 'load-path "@SITELISP@") (load "@SITELISP@/projectile-autoload.el") |