manateelazycat / awesome-tab

Emacs package to provide out-of-the-box configuration to use tabs.
383 stars 38 forks source link

emacs刚启动不显示tabbar #28

Closed liguangsheng closed 5 years ago

liguangsheng commented 5 years ago

Emacs刚启动时tabbar没有出现,打开新文件也没出现,只有在用awosome的函数(比如awosome-tab-forward)切换buffer后才出现。

刚启动

切换后

我的配置

(use-package awesome-tab
  :straight (awesome-tab
         :type git
         :host github
         :repo "manateelazycat/awesome-tab")
  :config
  (setq awesome-tab-style 'slant
    awesome-tab-cycle-scope 'tabs)
  (awesome-tab-mode t)
  :bind* (("s-<left>"  . awesome-tab-backward)
      ("s-<right>" . awesome-tab-forward)
      ("s-<up>"    . awesome-tab-forward-group)
      ("s-<down>"  . awesome-tab-backward-group))
  )
manateelazycat commented 5 years ago

请使用 emacs -Q 测试一下, 排除其他配置的影响

我这边测试没有问题, 我自己不用 spacemacs 和 package

如果 emacs -Q 都有问题, 请重新打开此 issue, 谢谢反馈.