aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-08-17 14:50:25 -0700
committerGravatar Tom Willemse2022-08-17 14:50:25 -0700
commitd8158ea7eeab765d5c097bcb55140d25efb2a8f9 (patch)
tree8b111118a7133f465916985234285967d4278f34 /oni-core.el
parent54417e58525b35b478057a7cbb319a2487582d7b (diff)
downloademacs-config-d8158ea7eeab765d5c097bcb55140d25efb2a8f9.tar.gz
emacs-config-d8158ea7eeab765d5c097bcb55140d25efb2a8f9.zip
Add oni-emms module
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index 16af1eb..9def407 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.0526.223326
+;; Version: 2022.0817.144942
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch ace-window vertico marginalia orderless consult embark docstr)
;; This program is free software; you can redistribute it and/or modify
@@ -284,6 +284,7 @@ _s_: String list"
(with-eval-after-load 'elisp-mode (require 'oni-elisp))
(with-eval-after-load 'elm-mode (require 'oni-elm))
(with-eval-after-load 'embrace (require 'oni-embrace))
+(with-eval-after-load 'emms (require 'oni-emms))
(with-eval-after-load 'eshell (require 'oni-eshell))
(with-eval-after-load 'fish-mode (require 'oni-fish))
(with-eval-after-load 'flycheck (require 'oni-flycheck))