Skip to content

Commit

Permalink
feat(functions.el): Add more magit major modes to buffer groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 15, 2024
1 parent b0af210 commit 3538977
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions centaur-tabs-functions.el
Original file line number Diff line number Diff line change
Expand Up @@ -1336,11 +1336,13 @@ Other buffer group by `centaur-tabs-get-group-name' with project name."
project-name))
((memq major-mode '( magit-process-mode
magit-status-mode
magit-diff-mode
magit-log-mode
magit-file-mode
magit-blob-mode
magit-blame-mode))
magit-blame-mode
magit-diff-mode
magit-revision-mode
magit-stash-mode))
"Magit")
((derived-mode-p 'shell-mode) "Shell")
((derived-mode-p 'eshell-mode) "EShell")
Expand Down

0 comments on commit 3538977

Please sign in to comment.