aboutsummaryrefslogtreecommitdiffstats
path: root/oni-magit.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-06 23:11:19 -0800
committerGravatar Tom Willemse2019-03-06 23:11:19 -0800
commit05bcca042389f57b4a75f776c3b09f46cd688b11 (patch)
tree11c20790862901471e12844bac0c62b202373fde /oni-magit.el
parent836226f1da8a81d5151035d2ba47f283b3fc8833 (diff)
downloademacs-config-05bcca042389f57b4a75f776c3b09f46cd688b11.tar.gz
emacs-config-05bcca042389f57b4a75f776c3b09f46cd688b11.zip
Remove magithub dependency
Diffstat (limited to 'oni-magit.el')
-rw-r--r--oni-magit.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/oni-magit.el b/oni-magit.el
index b816ad7..8af000a 100644
--- a/oni-magit.el
+++ b/oni-magit.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190303121019
-;; Package-Requires: (magit magit-popup magithub hydra)
+;; Version: 20190306231034
+;; Package-Requires: (magit magit-popup 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
@@ -28,7 +28,6 @@
(require 'hydra)
(require 'magit)
-(require 'magithub)
(defvar oni:magit-status-rx
(rx bos (optional "*") "magit: "))
@@ -58,7 +57,12 @@ Delete all other windows and then pass BUFFER and ALIST on to
;;;###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