branch: main
commit d24beb910c997ac4b3c5e5d9c51eb586900ef2cd
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * elpa-packages (temp-buffer-browse): Fix botched activation
    
    I intended to activate auto-sync in April 20's commit
    95be878de5d573174dd8acd8cdb02ba565b86406, but messed it up.
---
 elpa-packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-packages b/elpa-packages
index 54cbf257d0..78c28089b5 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -716,7 +716,7 @@
   :doc "taxy-magit-section.info"
   :auto-sync t)
  (temp-buffer-browse   :url "https://github.com/leoliu/temp-buffer-browse";
-  :auto-sync nil)
+  :auto-sync t)
  (tempel               :url "https://github.com/minad/tempel";
   :doc "README.org"
   :auto-sync t)

Reply via email to