Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Aug 20, 2024
1 parent 677aea4 commit 6210cdf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.org
Original file line number Diff line number Diff line change
Expand Up @@ -3466,6 +3466,27 @@
(setopt magit-refresh-status-buffer nil))

(with-eval-after-load 'magit-status
;; config
(setq magit-status-sections-hook
'(magit-insert-status-headers
;; magit-insert-merge-log
;; magit-insert-rebase-sequence
;; magit-insert-am-sequence
;; magit-insert-sequencer-sequence
;; magit-insert-bisect-output
;; magit-insert-bisect-rest
;; magit-insert-bisect-log
magit-insert-untracked-files
magit-insert-unstaged-changes
magit-insert-staged-changes
;; magit-insert-stashes
magit-insert-unpushed-to-pushremote
magit-insert-unpushed-to-upstream-or-recent
magit-insert-unpulled-from-pushremote
magit-insert-unpulled-from-upstream))


;; keybind
(define-key magit-status-mode-map (kbd "C-j") #'magit-visit-thing))

(with-eval-after-load 'magit-log
Expand Down

0 comments on commit 6210cdf

Please sign in to comment.