diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-07-14 23:42:08 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-07-14 23:42:59 +0200 |
| commit | ad4c04dcbb4e65165811aced259fc20c40c19fdb (patch) | |
| tree | 81be0b996f37f8b85dd1a493ee2f378fbd626ab3 | |
| parent | 46d2c295e47d2996c985cf4e52c5a1440df14c33 (diff) | |
| download | dotfiles-ad4c04dcbb4e65165811aced259fc20c40c19fdb.tar.xz | |
Automatically close tab-bar once a single tab remains
| -rw-r--r-- | .emacs-custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index 2400927..4f688e3 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -98,6 +98,7 @@ '(show-paren-mode t) '(split-width-threshold 120) '(switch-to-buffer-obey-display-actions t) + '(tab-bar-show 1) '(tool-bar-mode nil) '(truncate-lines t) '(visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) |
