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 eln-cache
projects projects
transient/
# Org-mode # Org-mode
.org-id-locations .org-id-locations

View File

@@ -119,6 +119,12 @@
(use-package i3wm-config-mode (use-package i3wm-config-mode
:ensure t) :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 ;; TODO adding lsp-mode, dap-mode, autocomplete and project handling for C, Go, Bash and Python
(use-package lsp-mode (use-package lsp-mode
:ensure t :ensure t