Add Forge
This commit is contained in:
parent
d5a9e2510c
commit
5dd520ffa8
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,5 +18,6 @@ tramp
|
||||||
nov-places
|
nov-places
|
||||||
transient/
|
transient/
|
||||||
org-clock-save.el
|
org-clock-save.el
|
||||||
|
forge-database.sqlite
|
||||||
custom.el
|
custom.el
|
||||||
email.el
|
email.el
|
||||||
|
|
4
init.el
4
init.el
|
@ -139,6 +139,10 @@
|
||||||
:bind (("C-x g" . magit-status)
|
:bind (("C-x g" . magit-status)
|
||||||
("C-x M-g" . magit-dispatch)))
|
("C-x M-g" . magit-dispatch)))
|
||||||
|
|
||||||
|
(use-package forge
|
||||||
|
:ensure t
|
||||||
|
:after magit)
|
||||||
|
|
||||||
(use-package yasnippet
|
(use-package yasnippet
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue