Adds hook to conditionally activate emacs tabbar
This commit is contained in:
parent
577fd84fdb
commit
5d8c7aa808
1 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,8 @@
|
|||
(tabbar-local-mode -1)
|
||||
(tabbar-local-mode 1)))
|
||||
|
||||
(add-hook 'after-change-major-mode-hook 'wc/conditionally-activate-tabbar)
|
||||
(add-hook 'emacs-startup-hook #'wc/conditionally-activate-tabbar)
|
||||
(add-hook 'after-change-major-mode-hook #'wc/conditionally-activate-tabbar)
|
||||
|
||||
(tabbar-mode))
|
||||
|
||||
|
|
Loading…
Reference in a new issue