diff options
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/modes/centaur-tabs.el | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.emacs.local.d/modes/centaur-tabs.el b/.emacs.local.d/modes/centaur-tabs.el deleted file mode 100644 index e00562b..0000000 --- a/.emacs.local.d/modes/centaur-tabs.el +++ /dev/null @@ -1,19 +0,0 @@ -;; Elpa packages: centaur-tabs - -(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 "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) |