branch: externals/taxy commit 9eca81b193a0bd792e63a86c21c32a52a84f7fe5 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Fix: (taxy-magit-section) Require map --- taxy-magit-section.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taxy-magit-section.el b/taxy-magit-section.el index 00dd217..728d0e5 100644 --- a/taxy-magit-section.el +++ b/taxy-magit-section.el @@ -27,6 +27,8 @@ ;;;; Requirements +(require 'map) + (require 'taxy) (require 'magit-section)