Remove forge
This commit is contained in:
parent
e79e21b410
commit
1bbd8b1bdb
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue