1
0
Fork 0

feat: add magit forge

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-02 00:19:24 -07:00
parent 251ed190a3
commit 071563722f
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 3 additions and 1 deletions

View file

@ -19,8 +19,9 @@
("https://fasterthanli.me/index.xml" blog)
("https://blog.cleancoder.com/atom.xml" blog)))
;; Bind Magit
;; Magit
(global-set-key (kbd "C-c g g") #'magit)
(setq auth-sources '("~/.authinfo"))
;; Web configuration
(add-to-list 'auto-mode-alist '("\\.jsx?$" . web-mode))

View file

@ -33,6 +33,7 @@
;; UI
(straight-use-package 'which-key)
(straight-use-package 'magit)
(straight-use-package 'forge)
(straight-use-package 'neotree)
(straight-use-package 'all-the-icons)
(straight-use-package 'git-gutter)