From ecef5d97d93e589f6893cbd822ae32283e356efd Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 15 Jan 2025 14:31:05 -0800 Subject: [PATCH] oni-gui: Fix icons path --- oni-gui/oni-gui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni-gui/oni-gui.el b/oni-gui/oni-gui.el index 7c6aca4..b3700c5 100644 --- a/oni-gui/oni-gui.el +++ b/oni-gui/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2025.0115.141118 +;; Version: 2025.0115.143051 ;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish) ;; This program is free software; you can redistribute it and/or modify @@ -36,7 +36,7 @@ "The directory where ‘oni-gui’ was loaded from.") (defconst oni-gui-icons-dir - (expand-file-name "oni-gui/icons" oni-gui-root) + (expand-file-name "icons" oni-gui-root) "The directory where ‘oni-gui’ stores its icons.") (add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))