aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui
diff options
context:
space:
mode:
Diffstat (limited to 'oni-gui')
-rw-r--r--oni-gui/Eldev14
-rw-r--r--oni-gui/oni-gui.el3
2 files changed, 16 insertions, 1 deletions
diff --git a/oni-gui/Eldev b/oni-gui/Eldev
new file mode 100644
index 0000000..9c6fc81
--- /dev/null
+++ b/oni-gui/Eldev
@@ -0,0 +1,14 @@
+; -*- mode: emacs-lisp; lexical-binding: t -*-
+
+;; Uncomment some calls below as needed for your project.
+(eldev-use-package-archive 'gnu-elpa)
+;(eldev-use-package-archive 'nongnu-elpa)
+(eldev-use-package-archive 'melpa)
+(eldev-use-package-archive `("oni" . ,(expand-file-name "../public/packages")))
+
+(eldev-use-plugin 'autoloads)
+
+(setf eldev-files-to-package
+ `(:or ,eldev-files-to-package
+ '("*.el"
+ "./icons/**/*")))
diff --git a/oni-gui/oni-gui.el b/oni-gui/oni-gui.el
index 38e3ab5..7efd167 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: 2026.0310.095909
+;; Version: 2026.0514.155439
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
;; This program is free software; you can redistribute it and/or modify
@@ -135,6 +135,7 @@ _bi_: Auto Insert ^^ ^^
(global-set-key (kbd "C-c c") '("Frequently used commands" . oni-gui-hydra/body))
(load-theme 'yoshi :no-confirm)
+(require 'yoshi-mode-line)
(when (fboundp 'pixel-scroll-precision-mode)
(pixel-scroll-precision-mode))