summaryrefslogtreecommitdiff
path: root/app-emacs
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-07 21:40:11 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-07 21:40:11 -0500
commit168e2e0f9cc373469591463c6d0a85bf70690dc6 (patch)
tree6e38816d38dc0933c55d87394cb2d968704a0afb /app-emacs
parente97141f3c70af59315b4d556bf28292070522b77 (diff)
downloadebuilds-168e2e0f9cc373469591463c6d0a85bf70690dc6.tar.gz
app-emacs/projectile: added missing '@' to 50projectile-gentoo.el
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/projectile/files/50projectile-gentoo.el2
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")