summaryrefslogtreecommitdiff
path: root/wasp.el
diff options
context:
space:
mode:
Diffstat (limited to 'wasp.el')
-rw-r--r--wasp.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/wasp.el b/wasp.el
index 2029cb34..93731254 100644
--- a/wasp.el
+++ b/wasp.el
@@ -44,6 +44,7 @@
(require 'wasp-8ball)
(require 'wasp-gcp)
(require 'wasp-aoc)
+(require 'wasp-resolve)
(require 'wasp-hexamedia)
(require 'wasp-copfish)
(require 'wasp-shindaggers)
@@ -71,5 +72,7 @@
;; "Fix USER's database entry."
;; (w/user-set user (fig//db2-serialize-old-entry (fig//load-db-old user))))
+(setq elisp-flymake-byte-compile-load-path load-path)
+
(provide 'wasp)
;;; wasp.el ends here