aboutsummaryrefslogtreecommitdiffstats
path: root/oni-magit.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-02-14 18:43:13 -0800
committerGravatar Tom Willemse2021-02-14 18:43:13 -0800
commit1bbd8b1bdb6a36eb9d4f44a177f4b7cd2e060ecb (patch)
tree60d94c5d4c33cc183ea9f113030d5b18edbca129 /oni-magit.el
parente79e21b4107272662d008ba5e06881a772f81032 (diff)
downloademacs-config-1bbd8b1bdb6a36eb9d4f44a177f4b7cd2e060ecb.tar.gz
emacs-config-1bbd8b1bdb6a36eb9d4f44a177f4b7cd2e060ecb.zip
Remove forge
Diffstat (limited to 'oni-magit.el')
-rw-r--r--oni-magit.el9
1 files 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 <tom@ryuslash.org>
;; 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