Remove magithub dependency
This commit is contained in:
parent
836226f1da
commit
05bcca0423
1 changed files with 7 additions and 3 deletions
10
oni-magit.el
10
oni-magit.el
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190303121019
|
;; Version: 20190306231034
|
||||||
;; Package-Requires: (magit magit-popup magithub hydra)
|
;; Package-Requires: (magit magit-popup hydra)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
(require 'hydra)
|
(require 'hydra)
|
||||||
(require 'magit)
|
(require 'magit)
|
||||||
(require 'magithub)
|
|
||||||
|
|
||||||
(defvar oni:magit-status-rx
|
(defvar oni:magit-status-rx
|
||||||
(rx bos (optional "*") "magit: "))
|
(rx bos (optional "*") "magit: "))
|
||||||
|
@ -58,7 +57,12 @@ Delete all other windows and then pass BUFFER and ALIST on to
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(global-set-key (kbd "C-c v") 'oni-hydra-magit/body)
|
(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 'magit (require 'oni-magit))
|
||||||
|
;;;;###autoload(with-eval-after-load 'forge (require 'oni-magit))
|
||||||
|
|
||||||
(provide 'oni-magit)
|
(provide 'oni-magit)
|
||||||
;;; oni-magit.el ends here
|
;;; oni-magit.el ends here
|
||||||
|
|
Loading…
Reference in a new issue