From 005640651ba2cdd07b47d7348baabe93d6ea1235 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 2 Jul 2026 12:28:57 -0700 Subject: oni-eww: Explicitly load dependency --- oni-eww.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-eww.el b/oni-eww.el index 41e9f52..e25c101 100644 --- a/oni-eww.el +++ b/oni-eww.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2026.0429.164233 +;; Version: 2026.0702.122840 ;; Package-Requires: (eww oni-data-dir) ;; This program is free software; you can redistribute it and/or modify @@ -27,6 +27,7 @@ ;;; Code: (require 'eww) +(require 'oni-data-dir) (defvar oni-eww-desired-window-width 120 "The window width which ‘oni-eww-resize-margins’ will try to accommodate.") -- cgit v1.3-2-g0d8e