Add back magit
This commit is contained in:
parent
0de0f8ebab
commit
bd5e90ccaf
12
init.el
12
init.el
@ -799,8 +799,6 @@ Take directly from doom-modeline."
|
|||||||
(doom-modeline-spc)
|
(doom-modeline-spc)
|
||||||
"IAlg"))))))))
|
"IAlg"))))))))
|
||||||
|
|
||||||
(use-package with-editor)
|
|
||||||
|
|
||||||
;; vterm
|
;; vterm
|
||||||
;; (use-package vterm
|
;; (use-package vterm
|
||||||
;; :hook (vterm-mode . with-editor-export-editor)
|
;; :hook (vterm-mode . with-editor-export-editor)
|
||||||
@ -1076,11 +1074,11 @@ If no name is given, list all bookmarks instead."
|
|||||||
:bind ("C-x C-b" . ibuffer))
|
:bind ("C-x C-b" . ibuffer))
|
||||||
|
|
||||||
;; magit
|
;; magit
|
||||||
;; (use-package magit
|
(use-package magit
|
||||||
;; :init
|
:init
|
||||||
;; (evil-define-key '(normal visual motion) magit-mode-map
|
(evil-define-key '(normal visual motion) magit-mode-map
|
||||||
;; "s" #'magit-stage-file
|
"s" #'magit-stage-file
|
||||||
;; "S" #'magit-stage-modified))
|
"S" #'magit-stage-modified))
|
||||||
|
|
||||||
;; org-mode
|
;; org-mode
|
||||||
(use-package org
|
(use-package org
|
||||||
|
Loading…
Reference in New Issue
Block a user