From 4ef1396a5142d0fd537a265f1b747cbc755882e2 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 27 Jan 2020 23:58:56 +0000 Subject: Add missing dependencies to constants.el Perhaps commits like these will become less frequent when I adopt Nix and a proper packaging strategy. --- configs/shared/.emacs.d/wpc/constants.el | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configs/shared/.emacs.d/wpc/constants.el') diff --git a/configs/shared/.emacs.d/wpc/constants.el b/configs/shared/.emacs.d/wpc/constants.el index b4a57f49cf1e..5bfedf5553c6 100644 --- a/configs/shared/.emacs.d/wpc/constants.el +++ b/configs/shared/.emacs.d/wpc/constants.el @@ -6,6 +6,17 @@ ;;; Code: +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Dependencies +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(require 'prelude) +(require 'f) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Configuration +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; TODO: Consider merging `ui.el' and `misc.el' because those are the only ;; current consumers of these constants, and I'm unsure if the indirection that ;; globally defined constants introduces is worth it. -- cgit 1.4.1