magit: Add comment on initial visibility (what to fold by default)

master
Pierre Neidhardt 2018-02-12 12:57:34 +01:00
parent 7c4840c621
commit 7ac59242c0
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,8 @@
(setq auto-revert-mode-text "")
(set-face-foreground 'magit-branch-remote "orange red")
(setq git-commit-summary-max-length fill-column)
;; Customize what to fold by default.
;; (push (cons [* commitbuf] 'hide) magit-section-initial-visibility-alist)
;; Avoid conflict with WM.
(define-key magit-mode-map (kbd "s-<tab>") nil)
(setq magit-diff-refine-hunk 'all))