aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-27 20:28:54 -0700
committerGravatar Tom Willemse2021-07-27 20:28:54 -0700
commit79a2ec9b8abdf0e263d3e6088ac3d8a115f2664c (patch)
treec1dd6d499d18b9771fd80a9d72a06ff438c1d27e /oni-core.el
parentfccabea46ce777e1e72e6fb49f6b4a86d507ed9c (diff)
downloademacs-config-79a2ec9b8abdf0e263d3e6088ac3d8a115f2664c.tar.gz
emacs-config-79a2ec9b8abdf0e263d3e6088ac3d8a115f2664c.zip
[oni-browse-url] Move autoload into ‘oni-core’
Because these configurations might now be installed through a package manager they should be loaded through my “core” configuration.
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 ecbad9e..1f668ad 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0726.213020
+;; Version: 2021.0727.202557
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
;; This program is free software; you can redistribute it and/or modify
@@ -263,6 +263,7 @@ _s_: String list"
(with-eval-after-load 'smartparens (require 'oni-smartparens))
(with-eval-after-load 'vterm (require 'oni-vterm))
(with-eval-after-load 'yasnippet (require 'oni-yasnippet))
+(with-eval-after-load 'browse-url (require 'oni-browse-url))
;; Enable any modes that I want to have turned on right away.