Magit don't show diff when committing
This commit is contained in:
parent
422178a615
commit
89713e2bcd
|
@ -426,7 +426,9 @@
|
|||
(project-find-dir "Find directory")
|
||||
(project-eshell "Eshell")))
|
||||
|
||||
(setq magit-clone-default-directory "~/Projects/")
|
||||
(setq magit-clone-default-directory "~/Projects/"
|
||||
magit-commit-show-diff nil
|
||||
magit-commit-diff-inhibit-same-window t)
|
||||
(use-package magit
|
||||
:ensure t)
|
||||
|
||||
|
|
|
@ -502,8 +502,11 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
(project-eshell "Eshell")))
|
||||
#+END_SRC
|
||||
** Version control
|
||||
*** Magit
|
||||
#+begin_src emacs-lisp
|
||||
(setq magit-clone-default-directory "~/Projects/")
|
||||
(setq magit-clone-default-directory "~/Projects/"
|
||||
magit-commit-show-diff nil
|
||||
magit-commit-diff-inhibit-same-window t)
|
||||
(use-package magit
|
||||
:ensure t)
|
||||
#+end_src
|
||||
|
|
Loading…
Reference in a new issue