diff options
| author | 2025-01-15 14:31:05 -0800 | |
|---|---|---|
| committer | 2025-01-15 14:31:05 -0800 | |
| commit | ecef5d97d93e589f6893cbd822ae32283e356efd (patch) | |
| tree | c54ee06dfa4e2287a53bf5b45305b74aa9830251 | |
| parent | de46dda0bcd75acde774806bd393761666860f80 (diff) | |
| download | emacs-config-ecef5d97d93e589f6893cbd822ae32283e356efd.tar.gz emacs-config-ecef5d97d93e589f6893cbd822ae32283e356efd.zip | |
oni-gui: Fix icons path
| -rw-r--r-- | oni-gui/oni-gui.el | 4 |
1 files 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 <tom@ryuslash.org> ;; 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")) |
