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)
|
||||
"IAlg"))))))))
|
||||
|
||||
(use-package with-editor)
|
||||
|
||||
;; vterm
|
||||
;; (use-package vterm
|
||||
;; :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))
|
||||
|
||||
;; magit
|
||||
;; (use-package magit
|
||||
;; :init
|
||||
;; (evil-define-key '(normal visual motion) magit-mode-map
|
||||
;; "s" #'magit-stage-file
|
||||
;; "S" #'magit-stage-modified))
|
||||
(use-package magit
|
||||
:init
|
||||
(evil-define-key '(normal visual motion) magit-mode-map
|
||||
"s" #'magit-stage-file
|
||||
"S" #'magit-stage-modified))
|
||||
|
||||
;; org-mode
|
||||
(use-package org
|
||||
|
Loading…
Reference in New Issue
Block a user