Switch from magithub to forge

This commit is contained in:
2019-01-28 11:35:38 +00:00
parent 0d3d81895f
commit 85affd51fd
3 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
;;; siren-forge.el --- jimeh's Emacs Siren: forge configuration
;;; Commentary:
;; Basic configuration for forge.
;;; Code:
(require 'siren-magit)
(use-package forge
:after magit)
(provide 'siren-forge)
;;; siren-forge.el ends here