aboutsummaryrefslogtreecommitdiff
path: root/.emacs.local.d/modes/centaur-tabs.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.local.d/modes/centaur-tabs.el')
-rw-r--r--.emacs.local.d/modes/centaur-tabs.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/centaur-tabs.el b/.emacs.local.d/modes/centaur-tabs.el
new file mode 100644
index 0000000..00a2940
--- /dev/null
+++ b/.emacs.local.d/modes/centaur-tabs.el
@@ -0,0 +1,11 @@
+(use-package centaur-tabs
+ :demand
+ :config
+ (centaur-tabs-mode t)
+ :bind
+ ("C-<prior>" . centaur-tabs-backward)
+ ("C-<next>" . centaur-tabs-forward))
+
+(setq centaur-tabs-style "bar")
+(setq centaur-tabs-set-icons t)
+(setq centaur-tabs-height 32)
nihil fit ex nihilo