From: John Turner Date: Wed, 8 Dec 2021 02:40:11 +0000 (-0500) Subject: app-emacs/projectile: added missing '@' to 50projectile-gentoo.el X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=168e2e0f9cc373469591463c6d0a85bf70690dc6;p=ebuilds app-emacs/projectile: added missing '@' to 50projectile-gentoo.el --- 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")