summaryrefslogtreecommitdiff
path: root/common/.emacs.d/init.el
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-02 10:07:41 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-02 10:07:41 -0500
commit618bdc68f5a17e2225028fed0bdbe060dac5b872 (patch)
treeb7621505e833f082a7502d9ca4eec4b0457c2020 /common/.emacs.d/init.el
parentc04d7e5b8a248c08bfc08419a9d900c6170a9552 (diff)
downloaddotfiles-618bdc68f5a17e2225028fed0bdbe060dac5b872.tar.gz
dotfiles-618bdc68f5a17e2225028fed0bdbe060dac5b872.zip
Emacs: Bind C-x t M to `tab-bar-move-tab-backward' for consistency
Diffstat (limited to 'common/.emacs.d/init.el')
-rw-r--r--common/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el
index 29e9dca..8ff11d2 100644
--- a/common/.emacs.d/init.el
+++ b/common/.emacs.d/init.el
@@ -2209,6 +2209,7 @@ Only works on a single file."
tab-bar-auto-width-max nil
tab-bar-close-button-show nil
tab-bar-format '(tab-bar-format-tabs tab-bar-separator))
+ (keymap-global-set "C-x t M" 'tab-bar-move-tab-backward)
(tab-bar-history-mode))
(use-package hide-mode-line