diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-02 10:07:41 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-02 10:07:41 -0500 |
commit | 618bdc68f5a17e2225028fed0bdbe060dac5b872 (patch) | |
tree | b7621505e833f082a7502d9ca4eec4b0457c2020 /common/.emacs.d | |
parent | c04d7e5b8a248c08bfc08419a9d900c6170a9552 (diff) | |
download | dotfiles-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')
-rw-r--r-- | common/.emacs.d/init.el | 1 |
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 |