From d1ee51746111c2456cdd9b9f4416e2356db8e8dc Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 2 Sep 2020 15:01:43 +0100 Subject: Require general.el for packages that depend on it Since I'm calling `(require 'general)` in `wpc-package.el`, which gets called at the beginning of my `init.el` file, all sub-modules have `general`. I originally wanted this, but I'm beginning to rethink that preference. After `script.el` broke my CI because of a missing `general` dependency, I'm fixing it for `buffer.el` and all other modules that consume `general`. --- emacs/.emacs.d/wpc/wpc-org.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/wpc/wpc-org.el') diff --git a/emacs/.emacs.d/wpc/wpc-org.el b/emacs/.emacs.d/wpc/wpc-org.el index 8d8b76b74ebd..bed4dd067615 100644 --- a/emacs/.emacs.d/wpc/wpc-org.el +++ b/emacs/.emacs.d/wpc/wpc-org.el @@ -16,6 +16,7 @@ (require 'f) (require 'macros) +(require 'general) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Configuration -- cgit 1.4.1