Skip to content

Commit

Permalink
add section for ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed Mar 22, 2024
1 parent 7fb139d commit 0277ecb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/development.org
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ Git clients exist, only Magit and Git itself deserve to be called porcelains.
(add-to-list 'magit-no-confirm 'unstage-all-changes)
(magit-add-section-hook
'magit-status-sections-hook 'magit-insert-modules-overview 'magit-insert-merge-log)
(magit-add-section-hook 'magit-status-sections-hook
'magit-insert-assume-unchanged-files nil t)
;; insert the hidden files section in the magit status buffer.
(magit-add-section-hook 'magit-status-sections-hook
'magit-insert-skip-worktree-files nil t)
(remove-hook 'magit-section-highlight-hook #'magit-section-highlight)
(remove-hook 'server-switch-hook 'magit-commit-diff)
(remove-hook 'with-editor-filter-visit-hook 'magit-commit-diff))
Expand Down

0 comments on commit 0277ecb

Please sign in to comment.