Added Magit on Emacs
This commit is contained in:
1
emacs/.config/emacs/.gitignore
vendored
1
emacs/.config/emacs/.gitignore
vendored
@@ -13,6 +13,7 @@ tramp
|
||||
.\#*
|
||||
eln-cache
|
||||
projects
|
||||
transient/
|
||||
|
||||
# Org-mode
|
||||
.org-id-locations
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user