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
|
eln-cache
|
||||||
projects
|
projects
|
||||||
|
transient/
|
||||||
|
|
||||||
# Org-mode
|
# Org-mode
|
||||||
.org-id-locations
|
.org-id-locations
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user