dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 18a1c8744d180b8b5ffda5ffc1ce06f54823f711
parent 0352894c3d5ed1837beb5ffea64b1db2457217f4
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 27 Jun 2018 17:09:54 +0300

Load magit

Diffstat:
M.emacs.d/myinit.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.emacs.d/myinit.el b/.emacs.d/myinit.el @@ -352,7 +352,7 @@ (setq proof-shell-quiet-errors nil) ) -'(use-package magit +(use-package magit :config (setq magit-log-section-arguments (quote ("--graph" "--color" "--decorate" "-n256")))