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