aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-12-19 20:46:56 -0800
committerGravatar Tom Willemse2023-12-19 20:46:56 -0800
commit9c1a5edb7b34d09a50004d9426d2ffb34f016892 (patch)
treef0037b4c2845474b81ae157e71390d7bd36a0204
parent2a582684868382939f5c9251804c44e4db0b5764 (diff)
downloademacs-config-9c1a5edb7b34d09a50004d9426d2ffb34f016892.tar.gz
emacs-config-9c1a5edb7b34d09a50004d9426d2ffb34f016892.zip
Remove requirement of oni-vc when vc package gets loaded
I've decided to do things another way. This will be managed by either machine-specific configurations or Guix. I'm leaving the rest in place for now and will replace as necessary.
-rw-r--r--oni-core.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/oni-core.el b/oni-core.el
index 36934d0..701e684 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.1003.221335
+;; Version: 2023.1219.204025
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame)
;; This program is free software; you can redistribute it and/or modify
@@ -320,7 +320,6 @@ _s_: String list"
(with-eval-after-load 'smartparens (require 'oni-smartparens))
(with-eval-after-load 'sort (require 'oni-sort))
(with-eval-after-load 'tramp (require 'oni-tramp))
-(with-eval-after-load 'vc (require 'oni-vc))
(with-eval-after-load 'vterm (require 'oni-vterm))
(with-eval-after-load 'web-mode (require 'oni-web))
(with-eval-after-load 'yaml-mode (require 'oni-yaml))