aboutsummaryrefslogtreecommitdiffstats
path: root/oni-magit.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-02-03 22:02:36 -0800
committerGravatar Tom Willemse2020-02-03 22:03:13 -0800
commit803ea193dae66affeea3ecbd4a5562ffd06fc71f (patch)
treeed3e58fdce28cb908e25d17aa82c08c278db11f8 /oni-magit.el
parenta16cc328fe8d09b5d948edb583f292d7761fa10b (diff)
downloademacs-config-803ea193dae66affeea3ecbd4a5562ffd06fc71f.tar.gz
emacs-config-803ea193dae66affeea3ecbd4a5562ffd06fc71f.zip
(re-)enable forge in Magit
Diffstat (limited to 'oni-magit.el')
-rw-r--r--oni-magit.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/oni-magit.el b/oni-magit.el
index f4fcd1e..364badd 100644
--- a/oni-magit.el
+++ b/oni-magit.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210652
-;; Package-Requires: (magit magit-popup hydra)
+;; Version: 2020.0203.214309
+;; Package-Requires: (magit magit-popup hydra forge)
;; 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
@@ -57,12 +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"))
+(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))
+;;;###autoload(with-eval-after-load 'forge (require 'oni-magit))
(provide 'oni-magit)
;;; oni-magit.el ends here