summaryrefslogtreecommitdiff
path: root/myrddin-mode.el
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-08-04 16:17:45 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-08-04 16:17:45 -0400
commit35969393c43fd097e8d4b47af49b30bde5e04340 (patch)
tree80c08952c3686b4f20b08d6195e45aa531795139 /myrddin-mode.el
parent63af60aa5b40beb8e20a28a0ed19ebcf22bbf2c3 (diff)
Add `require' declarations.
Diffstat (limited to 'myrddin-mode.el')
-rw-r--r--myrddin-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/myrddin-mode.el b/myrddin-mode.el
index 1afd512..74a0664 100644
--- a/myrddin-mode.el
+++ b/myrddin-mode.el
@@ -28,6 +28,8 @@
;;; Code:
+(require 'rx)
+
(defgroup myrddin-mode nil
"Support for Myrddin code."
:link '(url-link "https://git.sr.ht/~jakob/myrddin-mode")