Add forge
This commit is contained in:
parent
1ad9042659
commit
0a04d0bdbc
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -617,6 +617,10 @@
|
|||
:bind (("C-x g" . magit-status)
|
||||
("C-x M-g" . magit-dispatch)))
|
||||
|
||||
(use-package forge
|
||||
:straight t
|
||||
:after magit)
|
||||
|
||||
(use-package yasnippet
|
||||
:straight t
|
||||
:diminish yas-minor-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue