From 1bbd8b1bdb6a36eb9d4f44a177f4b7cd2e060ecb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 14 Feb 2021 18:43:13 -0800 Subject: Remove forge --- oni-magit.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/oni-magit.el b/oni-magit.el index 74312a2..5330520 100644 --- a/oni-magit.el +++ b/oni-magit.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0305.221116 -;; Package-Requires: (magit magit-popup oni-hydra forge) +;; Version: 2021.0214.182312 +;; Package-Requires: (magit magit-popup oni-hydra) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -62,12 +62,7 @@ _i_: Init ;;;###autoload (global-set-key (kbd "C-c v") 'oni-hydra-magit/body) -(when (require 'forge nil :noerror) - (setq forge-database-file - (oni-data-dir-locate "forge-database.sqlite"))) - ;;;###autoload(with-eval-after-load 'magit (require 'oni-magit)) -;;;###autoload(with-eval-after-load 'forge (require 'oni-magit)) (provide 'oni-magit) ;;; oni-magit.el ends here -- cgit v1.2.3-54-g00ecf