branch: externals/taxy
commit 24486d3fa26354880e684210afadc0e82f0ff980
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Examples: (deffy) Require map and taxy
    
    Shouldn't be necessary, but...
---
 examples/deffy.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/deffy.el b/examples/deffy.el
index c47105f..6524392 100644
--- a/examples/deffy.el
+++ b/examples/deffy.el
@@ -26,6 +26,9 @@
 
 ;;; Code:
 
+(require 'map)
+
+(require 'taxy)
 (require 'taxy-magit-section)
 
 (cl-defstruct deffy-def

Reply via email to