diff options
| author | 2026-05-14 15:54:52 -0700 | |
|---|---|---|
| committer | 2026-05-14 15:54:52 -0700 | |
| commit | 4fcd8b49ba25b1eaf26a6f707b03c168f8816052 (patch) | |
| tree | 6dc8658b1b93acd1202d5707a601c19a3b91b81b | |
| parent | 793d95c34917b060228f6da7f982ded0f66d3b23 (diff) | |
| download | emacs-config-master.tar.gz emacs-config-master.zip | |
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.el | 3 |
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)) |
