Add Forge

This commit is contained in:
Dimitri Lozeve 2019-11-08 10:20:16 +01:00
parent d5a9e2510c
commit 5dd520ffa8
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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