summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2024-09-17 10:04:58 +0800
committernoa2024-09-17 10:04:58 +0800
commit95a6714db23fe78786521935f942af311caf3af3 (patch)
tree280f236a866b49b9d697f92127d7dfd712acd1c4
parent5f4dff664c15f0f2c27633459737e422b73c1ad4 (diff)
Remove unused tab bar configuration
-rw-r--r--emacs/init.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/emacs/init.el b/emacs/init.el
index a60d8dc..fcbe172 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -226,22 +226,6 @@
 
 (setopt show-paren-when-point-inside-paren t)
 
-;;; Tab bar
-
-;; (setopt tab-bar-mode t)
-;; (setopt tab-bar-format '(tab-bar-format-menu-bar
-;;                          tab-bar-format-history
-;;                          tab-bar-format-tabs
-;;                          tab-bar-separator
-;;                          tab-bar-format-add-tab
-;;                          tab-bar-format-align-right
-;;                          tab-bar-format-global))
-;; (setopt tab-bar-tab-hints t)
-;; (setopt tab-bar-select-tab-modifiers '(control))
-
-
-;; (global-set-key (kbd "C-t") 'tab-new)
-
 ;; Syntax highlighting
 
 (setopt global-font-lock-mode t)