From 9c1a5edb7b34d09a50004d9426d2ffb34f016892 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 19 Dec 2023 20:46:56 -0800 Subject: [PATCH] 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. --- oni-core.el | 3 +-- 1 file changed, 1 insertion(+), 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 ;; 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))