From e6b6c290b40a2444e24f9d154fa5038787e1eb8c Mon Sep 17 00:00:00 2001 From: oreodave Date: Sun, 28 Jul 2019 14:29:33 +0100 Subject: -tabbar - doesn't work as well as I wanted --- doom.d/config.org | 6 ------ doom.d/init.el | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/doom.d/config.org b/doom.d/config.org index d84ae6f..d2f6af1 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -91,12 +91,6 @@ I like monokai :) (elcord-mode)) #+END_SRC I like displaying that I'm working on discord, though not very useful. May delete. -** tabbar -#+BEGIN_SRC emacs-lisp -(after! centaur-tabs - (centaur-tabs-mode) - ) -#+END_SRC * Languages ** C# #+BEGIN_SRC emacs-lisp diff --git a/doom.d/init.el b/doom.d/init.el index 680f8e7..3739b3c 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -35,7 +35,7 @@ +all ; catch all popups that start with an asterix +defaults) ; default popup rules ;;pretty-code ; replace bits of code with pretty symbols - tabbar ; FIXME an (incomplete) tab bar for Emacs + ;;tabbar ; FIXME an (incomplete) tab bar for Emacs treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages vc-gutter ; vcs diff in the fringe -- cgit v1.2.3-13-gbd6f