You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I check the variable tab-bar-tab-name-funtion after starting emacs, it correctly returns tab-bar-tab-name-truncated.
When I then run (require 'org-ref-helm) and subsequently check the value of tab-bar-tab-name-funtion, it has changed to tab-bar-tab-name-current.
I could place my tab-bar setup below my org-ref setup in my init to fix this, but I want to understand why org-ref-helm is changing values of tab-bar variables.
The text was updated successfully, but these errors were encountered:
In my init.el I have the following setting:
When I check the variable
tab-bar-tab-name-funtion
after starting emacs, it correctly returnstab-bar-tab-name-truncated
.When I then run
(require 'org-ref-helm)
and subsequently check the value oftab-bar-tab-name-funtion
, it has changed totab-bar-tab-name-current
.I could place my tab-bar setup below my org-ref setup in my init to fix this, but I want to understand why org-ref-helm is changing values of tab-bar variables.
The text was updated successfully, but these errors were encountered: