oni-gui: Fix icons path
This commit is contained in:
parent
de46dda0bc
commit
ecef5d97d9
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2025.0115.141118
|
;; Version: 2025.0115.143051
|
||||||
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
|
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"The directory where ‘oni-gui’ was loaded from.")
|
"The directory where ‘oni-gui’ was loaded from.")
|
||||||
|
|
||||||
(defconst oni-gui-icons-dir
|
(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.")
|
"The directory where ‘oni-gui’ stores its icons.")
|
||||||
|
|
||||||
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
|
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
|
||||||
|
|
Loading…
Reference in a new issue