Emacs config updates
This commit is contained in:
10
thoom-emacs/modules/thoom-git.el
Normal file
10
thoom-emacs/modules/thoom-git.el
Normal file
@@ -0,0 +1,10 @@
|
||||
(provide 'thoom-git)
|
||||
|
||||
(use-package magit
|
||||
:after seq
|
||||
:ensure t
|
||||
:custom (magit-save-repository-buffers 'dontask)
|
||||
:bind (("C-x g" . magit-status)
|
||||
:map magit-mode-map
|
||||
(":" . execute-extended-command)
|
||||
("x" . magit-discard)))
|
||||
Reference in New Issue
Block a user