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
|
||||
transient/
|
||||
org-clock-save.el
|
||||
forge-database.sqlite
|
||||
custom.el
|
||||
email.el
|
||||
|
|
4
init.el
4
init.el
|
@ -139,6 +139,10 @@
|
|||
:bind (("C-x g" . magit-status)
|
||||
("C-x M-g" . magit-dispatch)))
|
||||
|
||||
(use-package forge
|
||||
:ensure t
|
||||
:after magit)
|
||||
|
||||
(use-package yasnippet
|
||||
:ensure t
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue