diff --git a/emacs/.config/emacs/.gitignore b/emacs/.config/emacs/.gitignore index cdb315e..db63090 100755 --- a/emacs/.config/emacs/.gitignore +++ b/emacs/.config/emacs/.gitignore @@ -13,6 +13,7 @@ tramp .\#* eln-cache projects +transient/ # Org-mode .org-id-locations diff --git a/emacs/.config/emacs/init.el b/emacs/.config/emacs/init.el index a686c8c..047aca2 100644 --- a/emacs/.config/emacs/init.el +++ b/emacs/.config/emacs/init.el @@ -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