From 5eed3302964ca21968a9bede20e605521992e5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Tue, 19 Nov 2019 11:10:36 -0800 Subject: prettify centaur tabs --- .emacs.local.d/modes/centaur-tabs.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.emacs.local.d') diff --git a/.emacs.local.d/modes/centaur-tabs.el b/.emacs.local.d/modes/centaur-tabs.el index 00a2940..564d851 100644 --- a/.emacs.local.d/modes/centaur-tabs.el +++ b/.emacs.local.d/modes/centaur-tabs.el @@ -6,6 +6,12 @@ ("C-" . centaur-tabs-backward) ("C-" . centaur-tabs-forward)) -(setq centaur-tabs-style "bar") +(setq centaur-tabs-style "rounded") (setq centaur-tabs-set-icons t) (setq centaur-tabs-height 32) +(centaur-tabs-headline-match) +(setq centaur-tabs-gray-out-icons 'buffer) +(setq centaur-tabs-set-bar 'left) + +;; Makes emacs crash +;;(setq centaur-tabs-set-modified-marker t) -- cgit v1.2.3