emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/detached 827e3d64fe: Bug fix: Incorrect initialization


From: ELPA Syncer
Subject: [elpa] externals/detached 827e3d64fe: Bug fix: Incorrect initialization of projectile
Date: Mon, 22 Aug 2022 15:57:31 -0400 (EDT)

branch: externals/detached
commit 827e3d64fea7f66056d0f09a96b1039d1d3a6e26
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Bug fix: Incorrect initialization of projectile
---
 detached-init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/detached-init.el b/detached-init.el
index f258329388..2947c0cf7d 100644
--- a/detached-init.el
+++ b/detached-init.el
@@ -150,7 +150,7 @@
 
 (defun detached-init--projectile ()
   "Initialize integration with `projectile'."
-  (when (functionp #'projectile)
+  (when (featurep 'projectile)
     (advice-add 'projectile-run-compilation
                 :override #'detached-extra-projectile-run-compilation)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]