(re-)enable forge in Magit
This commit is contained in:
parent
a16cc328fe
commit
803ea193da
1 changed files with 6 additions and 6 deletions
12
oni-magit.el
12
oni-magit.el
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2019.0904.210652
|
;; Version: 2020.0203.214309
|
||||||
;; Package-Requires: (magit magit-popup hydra)
|
;; Package-Requires: (magit magit-popup hydra forge)
|
||||||
|
|
||||||
;; 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
|
||||||
|
@ -57,12 +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)
|
(when (require 'forge nil :noerror)
|
||||||
;; (setq forge-database-file
|
(setq forge-database-file
|
||||||
;; (oni-data-dir-locate "forge-database.sqlite"))
|
(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))
|
;;;###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