From 039e5d03a0adb8ff1d9ffea19fc1eac844637663 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 27 Aug 2023 06:45:15 -0600 Subject: [PATCH] [Emacs] Require eieio in org-window-habit --- dotfiles/emacs.d/load.d/org-window-habit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/load.d/org-window-habit.el b/dotfiles/emacs.d/load.d/org-window-habit.el index ef55199c..f070618a 100644 --- a/dotfiles/emacs.d/load.d/org-window-habit.el +++ b/dotfiles/emacs.d/load.d/org-window-habit.el @@ -1,3 +1,4 @@ +(require 'eieio) (require 'calendar) (require 'org) (require 'cl-lib)