diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 8f83183..743bdfa 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -200,6 +200,7 @@ Places buffers as tabs in a bar at the top. #+BEGIN_SRC emacs-lisp (use-package centaur-tabs + :demand :custom (centaur-tabs-height 40) (centaur-tabs-set-icons t) @@ -812,8 +813,8 @@ Disable spacebar in evil motion. #+BEGIN_SRC emacs-lisp ;; Buffers - (global-set-key (kbd "M-h") 'centaur-tabs-backward-tab) - (global-set-key (kbd "M-l") 'centaur-tabs-forward-tab) + (global-set-key (kbd "M-h") 'centaur-tabs-backward) + (global-set-key (kbd "M-l") 'centaur-tabs-forward) (global-set-key (kbd "C-M-h") 'centaur-tabs-move-current-tab-to-left) (global-set-key (kbd "C-M-l") 'centaur-tabs-move-current-tab-to-right)