summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-07-14 23:42:08 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-07-14 23:42:59 +0200
commitad4c04dcbb4e65165811aced259fc20c40c19fdb (patch)
tree81be0b996f37f8b85dd1a493ee2f378fbd626ab3
parent46d2c295e47d2996c985cf4e52c5a1440df14c33 (diff)
downloaddotfiles-ad4c04dcbb4e65165811aced259fc20c40c19fdb.tar.xz
Automatically close tab-bar once a single tab remains
-rw-r--r--.emacs-custom.el1
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))