diff options
| author | Raúl Benencia <raul@thousandeyes.com> | 2019-11-19 11:10:36 -0800 | 
|---|---|---|
| committer | Raúl Benencia <raul@thousandeyes.com> | 2019-11-19 11:10:59 -0800 | 
| commit | 5eed3302964ca21968a9bede20e605521992e5d7 (patch) | |
| tree | 785b12d3126d1d8baaeed206f2615a22e879011a /.emacs.local.d/modes | |
| parent | d329421ec21c89c36fa2eac2328d3642083cee3b (diff) | |
prettify centaur tabs
Diffstat (limited to '.emacs.local.d/modes')
| -rw-r--r-- | .emacs.local.d/modes/centaur-tabs.el | 8 | 
1 files changed, 7 insertions, 1 deletions
| 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-<prior>" . centaur-tabs-backward)    ("C-<next>" . 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) | 
