dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit ad4c04dcbb4e65165811aced259fc20c40c19fdb
parent 46d2c295e47d2996c985cf4e52c5a1440df14c33
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 14 Jul 2022 23:42:08 +0200

Automatically close tab-bar once a single tab remains

Diffstat:
M.emacs-custom.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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))