about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/dotted.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/dotted.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/dotted.el')
-rw-r--r--emacs/.emacs.d/wpc/dotted.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/dotted.el b/emacs/.emacs.d/wpc/dotted.el
index b24823b989..1c338cd43b 100644
--- a/emacs/.emacs.d/wpc/dotted.el
+++ b/emacs/.emacs.d/wpc/dotted.el
@@ -19,6 +19,7 @@
 
 (require 'prelude)
 (require 'macros)
+(require 'cl-macs)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Library