about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/fonts.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/fonts.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/fonts.el')
-rw-r--r--emacs/.emacs.d/wpc/fonts.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/fonts.el b/emacs/.emacs.d/wpc/fonts.el
index f3c11c5cd195..92f484967702 100644
--- a/emacs/.emacs.d/wpc/fonts.el
+++ b/emacs/.emacs.d/wpc/fonts.el
@@ -21,6 +21,7 @@
 (require 'cycle)
 (require 'device)
 (require 'maybe)
+(require 'cl-macs)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Constants