Emacs: Disable tab-line-mode.

This commit is contained in:
tastytea 2019-12-29 04:36:12 +01:00
parent f782410c47
commit a0b5c561cb
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-12-26T21:36:04+0100>
;; Time-stamp: <2019-12-28T06:49:51+0100>
;;; Commentary:
;; * treemacs
@ -166,9 +166,6 @@
:foreground "grey70"))))
(tab-line-highlight ((t (:inherit tab-line-tab-current
:foreground "white"))))
:hook
(find-file . tab-line-mode)
))
(provide 'basics/ui)