From 168e2e0f9cc373469591463c6d0a85bf70690dc6 Mon Sep 17 00:00:00 2001 From: John Turner Date: Tue, 7 Dec 2021 21:40:11 -0500 Subject: [PATCH] app-emacs/projectile: added missing '@' to 50projectile-gentoo.el --- app-emacs/projectile/files/50projectile-gentoo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.5