diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-05 14:07:27 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-05 14:07:27 +0000 |
commit | c9146e2b04bb3dddd88743d8245a83fb09b66f82 (patch) | |
tree | aefa826ceec38653d8ecd644163af396574fac35 /doom.d | |
parent | baa655f5ba32b60e5eccf5789fe5a4a089cb8aa2 (diff) | |
download | dotfiles-c9146e2b04bb3dddd88743d8245a83fb09b66f82.tar.gz dotfiles-c9146e2b04bb3dddd88743d8245a83fb09b66f82.tar.bz2 dotfiles-c9146e2b04bb3dddd88743d8245a83fb09b66f82.zip |
~tabs->tabbar
Doom updated this module, had to update the init
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 63f578a..88f97f2 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -36,7 +36,7 @@ +defaults) ; default popup rules (pretty-code +fira) ; replace bits of code with pretty symbols - ;;tabbar ; FIXME an (incomplete) tab bar for Emacs + ;;tabs ; 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 |