summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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)