diff options
author | bd <bdunahu@operationnull.com> | 2024-10-27 21:11:19 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-10-27 21:11:19 -0400 |
commit | 05791ee8b63f37513fb1eaf1dcef77de5227994d (patch) | |
tree | 90c2c3838945b91f7ce26821b1f3d0d5a83db12c /.config/emacs/modules/bd--tabs.el | |
parent | 70507e97d5a5523c2667638f09208d47fdbcf670 (diff) |
read desc: browsing+bookmarking interface, remove popper, no work...
browsing+bookmarking interface, remove popper, no workspaces only tabs, custom password-store, exwm use window title, colonq selector, theme changes
Diffstat (limited to '.config/emacs/modules/bd--tabs.el')
-rw-r--r-- | .config/emacs/modules/bd--tabs.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--tabs.el b/.config/emacs/modules/bd--tabs.el index 3ef18d8..f8ceab1 100644 --- a/.config/emacs/modules/bd--tabs.el +++ b/.config/emacs/modules/bd--tabs.el @@ -32,8 +32,7 @@ tab-bar-auto-width-max nil) ;;;; add useless text elements -(setopt tab-bar-tab-hints nil - tab-bar-select-tab-modifiers '(meta)) +(setopt tab-bar-tab-hints nil) (defun bd/tab-bar-name-function () (concat (tab-bar-tab-name-current) |