Added Magit on Emacs

This commit is contained in:
Fabio Scotto di Santolo
2025-09-07 22:32:57 +02:00
parent ad83e5a63a
commit 04bd67e289
2 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ tramp
.\#*
eln-cache
projects
transient/
# Org-mode
.org-id-locations

View File

@@ -119,6 +119,12 @@
(use-package i3wm-config-mode
:ensure t)
(use-package magit
:ensure t)
(use-package magit-delta
:ensure t)
;; TODO adding lsp-mode, dap-mode, autocomplete and project handling for C, Go, Bash and Python
(use-package lsp-mode
:ensure t