diff options
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/modes/centaur-tabs.el | 8 | ||||
-rw-r--r-- | .emacs.local.d/modes/themes.el | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/.emacs.local.d/modes/centaur-tabs.el b/.emacs.local.d/modes/centaur-tabs.el index b9db76c..e00562b 100644 --- a/.emacs.local.d/modes/centaur-tabs.el +++ b/.emacs.local.d/modes/centaur-tabs.el @@ -8,6 +8,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) diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index e43f7c8..661acf5 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,7 +1,7 @@ ;; Debian packages: elpa-clues-theme elpa-monokai-theme elpa-smart-mode-line-powerline-theme elpa-solarized-theme elpa-zenburn-theme ;; Elpa packages: atom-one-dark doom-themes -(load-theme 'doom-vibrant t) +(load-theme 'doom-molokai t) (set-frame-parameter (selected-frame) 'alpha '(92 . 92)) (add-to-list 'default-frame-alist '(alpha . (92 . 92))) |