This commit is contained in:
Thomas von Dein
2017-07-28 18:36:08 +02:00
parent 37d9a95948
commit 038a4e3a68
2 changed files with 449 additions and 447 deletions

3
.emacs
View File

@@ -582,6 +582,7 @@
;; - +magit ;; - +magit
;; - configured magit dirs ;; - configured magit dirs
;; - +magit ido ;; - +magit ido
;; - fix magit info dir
;; ** TODO ;; ** TODO
@@ -4397,7 +4398,7 @@ defun."
(with-eval-after-load 'info (with-eval-after-load 'info
(info-initialize) (info-initialize)
(add-to-list 'Info-directory-list (add-to-list 'Info-directory-list
"~/.emacs.d/magit/Documentation/") "~/.emacs.d/lisp/magit/Documentation/")
(setq magit-view-git-manual-method 'woman)) (setq magit-view-git-manual-method 'woman))
(defalias 'git 'magit-status) (defalias 'git 'magit-status)

File diff suppressed because it is too large Load Diff