feat: add magit forge
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
251ed190a3
commit
071563722f
2 changed files with 3 additions and 1 deletions
|
@ -19,8 +19,9 @@
|
||||||
("https://fasterthanli.me/index.xml" blog)
|
("https://fasterthanli.me/index.xml" blog)
|
||||||
("https://blog.cleancoder.com/atom.xml" blog)))
|
("https://blog.cleancoder.com/atom.xml" blog)))
|
||||||
|
|
||||||
;; Bind Magit
|
;; Magit
|
||||||
(global-set-key (kbd "C-c g g") #'magit)
|
(global-set-key (kbd "C-c g g") #'magit)
|
||||||
|
(setq auth-sources '("~/.authinfo"))
|
||||||
|
|
||||||
;; Web configuration
|
;; Web configuration
|
||||||
(add-to-list 'auto-mode-alist '("\\.jsx?$" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.jsx?$" . web-mode))
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
;; UI
|
;; UI
|
||||||
(straight-use-package 'which-key)
|
(straight-use-package 'which-key)
|
||||||
(straight-use-package 'magit)
|
(straight-use-package 'magit)
|
||||||
|
(straight-use-package 'forge)
|
||||||
(straight-use-package 'neotree)
|
(straight-use-package 'neotree)
|
||||||
(straight-use-package 'all-the-icons)
|
(straight-use-package 'all-the-icons)
|
||||||
(straight-use-package 'git-gutter)
|
(straight-use-package 'git-gutter)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue