diff options
| author | 2026-07-02 12:28:57 -0700 | |
|---|---|---|
| committer | 2026-07-02 12:30:28 -0700 | |
| commit | 005640651ba2cdd07b47d7348baabe93d6ea1235 (patch) | |
| tree | 365d101ed9394deab77cd5073b19883a3dbd19d2 | |
| parent | 769f1267c051a0d01932cc890506470f55f0e9af (diff) | |
| download | emacs-config-005640651ba2cdd07b47d7348baabe93d6ea1235.tar.gz emacs-config-005640651ba2cdd07b47d7348baabe93d6ea1235.zip | |
oni-eww: Explicitly load dependency
| -rw-r--r-- | oni-eww.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; 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.") |
