summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-10 09:05:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-10 17:55:18 -0700
commit2cd3fd2dc9af58019662672e715f4e7110117cf0 (patch)
tree1afde571efbdd0e6e0cbd2d15bfd746202385df1 /.emacs.d
parente8436e8603924a11cf311d03b0f220998fa33175 (diff)
downloaddotfiles-2cd3fd2dc9af58019662672e715f4e7110117cf0.tar.gz
drop customising tab bar buttons
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index a8885f86..8fb9e5e0 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -306,9 +306,7 @@ windows side-by-side in the frame."
'(show-paren-when-point-in-periphery t nil nil "Useful for C-M-d.")
'(shr-max-width 78)
'(tab-always-indent 'complete nil nil "M-TAB not consistently available to Emacs.")
- '(tab-bar-close-button-show nil)
'(tab-bar-history-mode t)
- '(tab-bar-new-button-show nil)
'(tab-bar-show 1)
'(tool-bar-mode nil)
'(transient-cycles-buffer-siblings-cycle-backwards-key [up])