Add TODO comment
This commit is contained in:
parent
f0db8bd53e
commit
0cf34a5a3c
@ -1593,9 +1593,11 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
|
||||
(unbind-key "C-j" magit-file-section-map)
|
||||
(defvar-setq magit-last-seen-setup-instructions "1.4.0")
|
||||
(magit-auto-revert-mode)
|
||||
;; TODO: Is this necessary now that signing is a git default
|
||||
(when (bound-and-true-p imalison:gpg-key)
|
||||
(add-to-list 'magit-commit-arguments
|
||||
(format "--gpg-sign=%s" imalison:gpg-key)))
|
||||
|
||||
(add-to-list 'org-show-context-detail '(magit-goto . lineage))
|
||||
(advice-add 'magit-diff-visit-file :after 'imalison:after-magit-visit-file)
|
||||
(use-package magit-filenotify
|
||||
|
Loading…
Reference in New Issue
Block a user