about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/math.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-09-02T13·39+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-09-02T13·39+0100
commit2200daeea403df0422420b07a1539b6bc610270d (patch)
tree81cfc45f27696280677a6e72bc23bf3e417fef2a /emacs/.emacs.d/wpc/math.el
parentfd16fec6667a43799f8694642b80530683b8de8e (diff)
Add missing Elisp dependencies
TL;DR:
- Require cl-macs.el for modules using CL-style macros like `cl-defun`
- Require struct.el for call to `struct-set!`
Diffstat (limited to 'emacs/.emacs.d/wpc/math.el')
-rw-r--r--emacs/.emacs.d/wpc/math.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/math.el b/emacs/.emacs.d/wpc/math.el
index 72f61fd1706b..85a4efc94e19 100644
--- a/emacs/.emacs.d/wpc/math.el
+++ b/emacs/.emacs.d/wpc/math.el
@@ -15,6 +15,7 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 (require 'maybe)
+(require 'cl-macs)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Constants