aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-05-14 15:54:52 -0700
committerGravatar Tom Willemse2026-05-14 15:54:52 -0700
commit4fcd8b49ba25b1eaf26a6f707b03c168f8816052 (patch)
tree6dc8658b1b93acd1202d5707a601c19a3b91b81b
parent793d95c34917b060228f6da7f982ded0f66d3b23 (diff)
downloademacs-config-master.tar.gz
emacs-config-master.zip
oni-gui: Load yoshi-mode-lineHEADmaster
I've been working on it little by little for a while now, it's time to actually turn it on.
-rw-r--r--oni-gui/oni-gui.el3
1 files changed, 2 insertions, 1 deletions
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))