Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for tab formatting when using tab-bar-format-tabs-groups in tab… #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'origin/master' into tab-bar-format-tab-…
…group-face-fix
  • Loading branch information
shipmints committed Aug 21, 2024
commit 20f13aef60ea96d88a6ca2c4a349b03e67853821
13 changes: 0 additions & 13 deletions activities-tabs.el
Original file line number Diff line number Diff line change
Expand Up @@ -238,19 +238,6 @@ activity's name is NAME."
"Called before resuming ACTIVITY."
(run-hook-with-args 'activities-tabs-before-resume-functions activity))

;; (defun activity-tabs-switch-to-tab (activity)
;; "Switch to a tab for ACTIVITY."
;; (pcase-let* (((cl-struct activity name) activity)
;; (tab (cl-find-if (lambda (tab)
;; (when-let ((tab-activity (alist-get 'activity tab)))
;; (equal name (activity-name tab-activity))))
;; (funcall tab-bar-tabs-function)))
;; (tab-name (if tab
;; (alist-get 'name tab)
;; (concat activity-tabs-prefix
;; (string-remove-prefix activity-bookmark-prefix name)))))
;; (tab-bar-switch-to-tab tab-name)))

;;;; Footer

(provide 'activities-tabs)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.